Shades of Pixie Green #B9D0A9
Tints of Pixie Green #B9D0A9
RGB
CMYK
RGB Variations
Color information
#B9D0A9 (or 0xB9D0A9) is known color: Pixie Green. HEX triplet: B9, D0 and A9. RGB value is (185,208,169). Sum of RGB (Red+Green+Blue) = 185+208+169=562 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.92% from 562); Green value is 208 (81.64% from 255 or 37.01% from 562); Blue value is 169 (66.41% from 255 or 30.07% from 562); Max value from RGB is 208 - color contains mainly: green. Hex color #B9D0A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9D0A9 is #462F56. Grayscale: #C4C4C4. Windows color (decimal): -4599639 or 11129017. OLE color: 11129017.
HSL color Cylindrical-coordinate representation of color #B9D0A9: hue angle of 95.38º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B9D0A9 is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 208 | 169 | - |
| CMYK | 0.11 | 0 | 0.19 | 0.18 |
| HSL | 95.38º | 0.29% | 0.74% | - |
| HSV(B) | 95.38º | 0.19% | 0.82% | - |
| XYZ | 49.72 | 58.29 | 46.17 | - |
| YUV | 196.68 | 112.38 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 208 | 169 | 0.11 | 0 | 0.19 | 0.18 | 95.38 | 0.29 | 0.74 |
| Hex | B9 | D0 | A9 | B | 0 | 13 | 12 | 5F | 1D | 4A |
| Octal | 271 | 320 | 251 | 13 | 0 | 23 | 22 | 137 | 35 | 112 |
| Binary | 10111001 | 11010000 | 10101001 | 1011 | 0 | 10011 | 10010 | 1011111 | 11101 | 1001010 |
Color Harmonies of #B9D0A9
Complementary color
Monochromatic Colors of #B9D0A9
Black with #B9D0A9
Text Example
Text Example
White with #B9D0A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D0A9; }
p { color: rgb(185,208,169); }
H1.HeaderClassName
{
color: #B9D0A9;
}
.AnyTagClassName
{
color: #B9D0A9;
}
</style>
background-color css
<style>
a { background-color: #B9D0A9; }
a { background-color: rgb(185,208,169); }
div.DivClassName
{
background-color: #B9D0A9;
}
.BgClassName
{
background-color: #B9D0A9;
}
</style>
border-color css
<style>
span { border-color: #B9D0A9; }
span { border-color: rgb(185,208,169); }
td.TdClassName
{
border-color: #B9D0A9;
}
.TagClassName
{
border-color: #B9D0A9;
}
</style>