#B9CAAC

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

Shades of Pixie Green #B9CAAC

Tints of Pixie Green #B9CAAC

Color information

#B9CAAC (or 0xB9CAAC) is unknown color: approx Pixie Green. HEX triplet: B9, CA and AC. RGB value is (185,202,172). Sum of RGB (Red+Green+Blue) = 185+202+172=559 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.09% from 559); Green value is 202 (79.30% from 255 or 36.14% from 559); Blue value is 172 (67.58% from 255 or 30.77% from 559); Max value from RGB is 202 - color contains mainly: green. Hex color #B9CAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CAAC is #463553. Grayscale: #C1C1C1. Windows color (decimal): -4601172 or 11324089. OLE color: 11324089.

HSL color Cylindrical-coordinate representation of color #B9CAAC: hue angle of 94º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B9CAAC is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB185202172-
CMYK0.0800.150.21
HSL94º22.06%73.33%-
HSV(B)94º14.85%79.22%-
XYZ48.5755.5347.19-
YUV193.5115.87121.94-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.09%
GREEN value IS 202 (79.30% from 255) = 36.14%
BLUE value IS 172 (67.58% from 255) = 30.77%
R=33.09%
G=36.14%
B=30.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1852021720.0800.150.219422.0673.33
HexB9CAAC80F155e1649
Octal271312254100172513626111
Binary101110011100101010101100100001111101011011110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CAAC; }

 p { color: rgb(185,202,172); }

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

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

 a { background-color: rgb(185,202,172); }

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

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

 span { border-color: rgb(185,202,172); }

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