Shades of Pixie Green #B9CEA9
Tints of Pixie Green #B9CEA9
RGB
CMYK
RGB Variations
Color information
#B9CEA9 (or 0xB9CEA9) is known color: 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
| RGB | 185 | 206 | 169 | - |
| CMYK | 0.10 | 0 | 0.18 | 0.19 |
| HSL | 94.05º | 0.27% | 0.74% | - |
| HSV(B) | 94.05º | 0.18% | 0.81% | - |
| XYZ | 49.24 | 57.32 | 46.01 | - |
| YUV | 195.5 | 113.04 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 206 | 169 | 0.10 | 0 | 0.18 | 0.19 | 94.05 | 0.27 | 0.74 |
| Hex | B9 | CE | A9 | A | 0 | 12 | 13 | 5E | 1B | 4A |
| Octal | 271 | 316 | 251 | 12 | 0 | 22 | 23 | 136 | 33 | 112 |
| Binary | 10111001 | 11001110 | 10101001 | 1010 | 0 | 10010 | 10011 | 1011110 | 11011 | 1001010 |
Color Harmonies of #B9CEA9
Complementary color
Monochromatic Colors of #B9CEA9
Black with #B9CEA9
Text Example
Text Example
White with #B9CEA9
Text Example
Text Example
HTML Codes & Css Web 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>