#B9CCAC

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

Shades of Pixie Green #B9CCAC

Tints of Pixie Green #B9CCAC

Color information

#B9CCAC (or 0xB9CCAC) is unknown color: approx Pixie Green. HEX triplet: B9, CC and AC. RGB value is (185,204,172). Sum of RGB (Red+Green+Blue) = 185+204+172=561 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.98% from 561); Green value is 204 (80.08% from 255 or 36.36% from 561); Blue value is 172 (67.58% from 255 or 30.66% from 561); Max value from RGB is 204 - color contains mainly: green. Hex color #B9CCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CCAC is #463353. Grayscale: #C2C2C2. Windows color (decimal): -4600660 or 11324601. OLE color: 11324601.

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

Color convert

RGB185204172-
CMYK0.0900.160.2
HSL95.62º23.88%73.73%-
HSV(B)95.62º15.69%80%-
XYZ49.0556.4847.35-
YUV194.67115.21121.1-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.98%
GREEN value IS 204 (80.08% from 255) = 36.36%
BLUE value IS 172 (67.58% from 255) = 30.66%
R=32.98%
G=36.36%
B=30.66%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1852041720.0900.160.295.6223.8873.73
HexB9CCAC90101460184a
Octal271314254110202414030112
Binary1011100111001100101011001001010000101001100000110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CCAC; }

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

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

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

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

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

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

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

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