#B9CCA7

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

Shades of Pixie Green #B9CCA7

Tints of Pixie Green #B9CCA7

Color information

#B9CCA7 (or 0xB9CCA7) is unknown color: approx Pixie Green. HEX triplet: B9, CC and A7. RGB value is (185,204,167). Sum of RGB (Red+Green+Blue) = 185+204+167=556 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.27% from 556); Green value is 204 (80.08% from 255 or 36.69% from 556); Blue value is 167 (65.62% from 255 or 30.04% from 556); Max value from RGB is 204 - color contains mainly: green. Hex color #B9CCA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CCA7 is #463358. Grayscale: #C2C2C2. Windows color (decimal): -4600665 or 10996921. OLE color: 10996921.

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

Color convert

RGB185204167-
CMYK0.0900.180.2
HSL90.81º26.62%72.75%-
HSV(B)90.81º18.14%80%-
XYZ48.5856.2944.86-
YUV194.1112.71121.51-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.27%
GREEN value IS 204 (80.08% from 255) = 36.69%
BLUE value IS 167 (65.62% from 255) = 30.04%
R=33.27%
G=36.69%
B=30.04%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1852041670.0900.180.290.8126.6272.75
HexB9CCA79012145b1b49
Octal271314247110222413333111
Binary1011100111001100101001111001010010101001011011110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CCA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CCA7; }

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

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

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

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

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

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

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

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