#B9CEA9

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

Shades of Pixie Green #B9CEA9

Tints of Pixie Green #B9CEA9

Color information

#B9CEA9 (or 0xB9CEA9) is unknown color: approx Pixie Green. HEX triplet: B9, CE and A9. RGB value is (185,206,169). Sum of RGB (Red+Green+Blue) = 185+206+169=560 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.04% from 560); Green value is 206 (80.86% from 255 or 36.79% from 560); Blue value is 169 (66.41% from 255 or 30.18% from 560); Max value from RGB is 206 - color contains mainly: green. Hex color #B9CEA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CEA9 is #463156. Grayscale: #C3C3C3. Windows color (decimal): -4600151 or 11128505. OLE color: 11128505.

HSL color Cylindrical-coordinate representation of color #B9CEA9: hue angle of 94.05º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B9CEA9 is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB185206169-
CMYK0.1000.180.19
HSL94.05º27.41%73.53%-
HSV(B)94.05º17.96%80.78%-
XYZ49.2457.3246.01-
YUV195.5113.04120.51-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.04%
GREEN value IS 206 (80.86% from 255) = 36.79%
BLUE value IS 169 (66.41% from 255) = 30.18%
R=33.04%
G=36.79%
B=30.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1852061690.1000.180.1994.0527.4173.53
HexB9CEA9A012135e1b4a
Octal271316251120222313633112
Binary1011100111001110101010011010010010100111011110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CEA9; }

 p { color: rgb(185,206,169); }

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

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

 a { background-color: rgb(185,206,169); }

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

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

 span { border-color: rgb(185,206,169); }

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