Html Css Color HEX #B9CBAA Pixie Green

📋 copy color: '#B9CBAA'

red 185 ◦ green 203 ◦ blue 170

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

Shades of Pixie Green #B9CBAA

Tints of Pixie Green #B9CBAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 30.47%

R = 33.15%
G = 36.38%
B = 30.47%

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

#B9CBAA (or 0xB9CBAA) is known color: Pixie Green. HEX triplet: B9, CB and AA. RGB value is (185,203,170). Sum of RGB (Red+Green+Blue) = 185+203+170=558 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.15% from 558); Green value is 203 (79.69% from 255 or 36.38% from 558); Blue value is 170 (66.80% from 255 or 30.47% from 558); Max value from RGB is 203 - color contains mainly: green. Hex color #B9CBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CBAA is #463455. Grayscale: #C1C1C1. Windows color (decimal): -4600918 or 11193273. OLE color: 11193273.

HSL color Cylindrical-coordinate representation of color #B9CBAA: hue angle of 92.73º 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 #B9CBAA is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB 185 203 170 -
CMYK 0.09 0 0.16 0.20
HSL 92.73º 0.24% 0.73% -
HSV(B) 92.73º 0.16% 0.8% -
XYZ 48.62 55.93 46.26 -
YUV 193.86 114.54 121.68 -
System Red Green Blue C M Y K H S L
Decimal 185 203 170 0.09 0 0.16 0.20 92.73 0.24 0.73
Hex B9 CB AA 9 0 10 14 5D 18 49
Octal 271 313 252 11 0 20 24 135 30 111
Binary 10111001 11001011 10101010 1001 0 10000 10100 1011101 11000 1001001

Color Harmonies of #B9CBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CBAA

Black with #B9CBAA

Text Example


Text Example

White with #B9CBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CBAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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