Shades of Pixie Green #B9DD9A
Tints of Pixie Green #B9DD9A
RGB
CMYK
RGB Variations
Color information
#B9DD9A (or 0xB9DD9A) is known color: Pixie Green. HEX triplet: B9, DD and 9A. RGB value is (185,221,154). Sum of RGB (Red+Green+Blue) = 185+221+154=560 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.04% from 560); Green value is 221 (86.72% from 255 or 39.46% from 560); Blue value is 154 (60.55% from 255 or 27.5% from 560); Max value from RGB is 221 - color contains mainly: green. Hex color #B9DD9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9DD9A is #462265. Grayscale: #CACACA. Windows color (decimal): -4596326 or 10149305. OLE color: 10149305.
HSL color Cylindrical-coordinate representation of color #B9DD9A: hue angle of 92.24º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B9DD9A is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 221 | 154 | - |
| CMYK | 0.16 | 0 | 0.30 | 0.13 |
| HSL | 92.24º | 0.5% | 0.74% | - |
| HSV(B) | 92.24º | 0.3% | 0.87% | - |
| XYZ | 51.7 | 64.36 | 40.27 | - |
| YUV | 202.6 | 100.57 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 221 | 154 | 0.16 | 0 | 0.30 | 0.13 | 92.24 | 0.5 | 0.74 |
| Hex | B9 | DD | 9A | 10 | 0 | 1E | D | 5C | 32 | 4A |
| Octal | 271 | 335 | 232 | 20 | 0 | 36 | 15 | 134 | 62 | 112 |
| Binary | 10111001 | 11011101 | 10011010 | 10000 | 0 | 11110 | 1101 | 1011100 | 110010 | 1001010 |
Color Harmonies of #B9DD9A
Complementary color
Monochromatic Colors of #B9DD9A
Black with #B9DD9A
Text Example
Text Example
White with #B9DD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DD9A; }
p { color: rgb(185,221,154); }
H1.HeaderClassName
{
color: #B9DD9A;
}
.AnyTagClassName
{
color: #B9DD9A;
}
</style>
background-color css
<style>
a { background-color: #B9DD9A; }
a { background-color: rgb(185,221,154); }
div.DivClassName
{
background-color: #B9DD9A;
}
.BgClassName
{
background-color: #B9DD9A;
}
</style>
border-color css
<style>
span { border-color: #B9DD9A; }
span { border-color: rgb(185,221,154); }
td.TdClassName
{
border-color: #B9DD9A;
}
.TagClassName
{
border-color: #B9DD9A;
}
</style>