#B9CCAA

Color #B9CCAA Pixie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pixie Green #B9CCAA

Tints of Pixie Green #B9CCAA

Color information

#B9CCAA (or 0xB9CCAA) is unknown color: approx Pixie Green. HEX triplet: B9, CC and AA. RGB value is (185,204,170). Sum of RGB (Red+Green+Blue) = 185+204+170=559 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.09% from 559); Green value is 204 (80.08% from 255 or 36.49% from 559); Blue value is 170 (66.80% from 255 or 30.41% from 559); Max value from RGB is 204 - color contains mainly: green. Hex color #B9CCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CCAA is #463355. Grayscale: #C2C2C2. Windows color (decimal): -4600662 or 11193529. OLE color: 11193529.

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

Color convert

RGB185204170-
CMYK0.0900.170.2
HSL93.53º25%73.33%-
HSV(B)93.53º16.67%80%-
XYZ48.8656.446.34-
YUV194.44114.21121.26-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.09%
GREEN value IS 204 (80.08% from 255) = 36.49%
BLUE value IS 170 (66.80% from 255) = 30.41%
R=33.09%
G=36.49%
B=30.41%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1852041700.0900.170.293.532573.33
HexB9CCAA9011145e1949
Octal271314252110212413631111
Binary1011100111001100101010101001010001101001011110110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CCAA; }

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

 H1.HeaderClassName
 {
   color: #B9CCAA;
 }
 .AnyTagClassName
 {
   color: #B9CCAA;
 }
</style>
background-color css

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

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

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

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

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

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