Color #B3C99C

#B3C99Crgb(179, 201, 156)

Color Codes

HEX#B3C99C
RGBrgb(179, 201, 156)
HSLhsl(89°, 29%, 70%)
CMYKcmyk(11%, 0%, 22%, 21%)
CIELABLab(78.3, -15.5, 20.1)

Color Schemes

Tints & Shades

CSS Code Snippets

background-color: #B3C99C;
color: #B3C99C;
border: 2px solid #B3C99C;
background: linear-gradient(135deg, #B3C99C, #b29cc9);

Code Export

css
:root {
  --color-primary: #b3c99c;
  --color-primary-rgb: 179, 201, 156;
  --color-primary-hsl: 89, 29%, 70%;
}

Related Tools