Html Css Color HEX #B9CBAB Pixie Green

📋 copy color: '#B9CBAB'

red 185 ◦ green 203 ◦ blue 171

#B9CBAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pixie Green #B9CBAB

Tints of Pixie Green #B9CBAB

RGB

 RED value IS 185 (72.66% from 255) = 33.09%

 GREEN value IS 203 (79.69% from 255) = 36.31%

 BLUE value IS 171 (67.19% from 255) = 30.59%

R = 33.09%
G = 36.31%
B = 30.59%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.16

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B9CBAB (or 0xB9CBAB) is known color: Pixie Green. HEX triplet: B9, CB and AB. RGB value is (185,203,171). Sum of RGB (Red+Green+Blue) = 185+203+171=559 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.09% from 559); Green value is 203 (79.69% from 255 or 36.31% from 559); Blue value is 171 (67.19% from 255 or 30.59% from 559); Max value from RGB is 203 - color contains mainly: green. Hex color #B9CBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CBAB is #463454. Grayscale: #C2C2C2. Windows color (decimal): -4600917 or 11258809. OLE color: 11258809.

HSL color Cylindrical-coordinate representation of color #B9CBAB: hue angle of 93.75º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B9CBAB is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB 185 203 171 -
CMYK 0.09 0 0.16 0.20
HSL 93.75º 0.24% 0.73% -
HSV(B) 93.75º 0.16% 0.8% -
XYZ 48.71 55.97 46.76 -
YUV 193.97 115.04 121.6 -
System Red Green Blue C M Y K H S L
Decimal 185 203 171 0.09 0 0.16 0.20 93.75 0.24 0.73
Hex B9 CB AB 9 0 10 14 5E 18 49
Octal 271 313 253 11 0 20 24 136 30 111
Binary 10111001 11001011 10101011 1001 0 10000 10100 1011110 11000 1001001

Color Harmonies of #B9CBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CBAB

Black with #B9CBAB

Text Example


Text Example

White with #B9CBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CBAB; }

 p { color: rgb(185,203,171); }

 H1.HeaderClassName
 {
   color: #B9CBAB;
 }
 .AnyTagClassName
 {
   color: #B9CBAB;
 }
</style>

background-color css

<style>
 a { background-color: #B9CBAB; }

 a { background-color: rgb(185,203,171); }

 div.DivClassName
 {
   background-color: #B9CBAB;
 }
 .BgClassName
 {
   background-color: #B9CBAB;
 }
</style>

border-color css

<style>
 span { border-color: #B9CBAB; }

 span { border-color: rgb(185,203,171); }

 td.TdClassName
 {
   border-color: #B9CBAB;
 }
 .TagClassName
 {
   border-color: #B9CBAB;
 }
</style>