Shades of Pixie Green #B9D8A4
Tints of Pixie Green #B9D8A4
RGB
CMYK
RGB Variations
Color information
#B9D8A4 (or 0xB9D8A4) is known color: Pixie Green. HEX triplet: B9, D8 and A4. RGB value is (185,216,164). Sum of RGB (Red+Green+Blue) = 185+216+164=565 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.74% from 565); Green value is 216 (84.77% from 255 or 38.23% from 565); Blue value is 164 (64.45% from 255 or 29.03% from 565); Max value from RGB is 216 - color contains mainly: green. Hex color #B9D8A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9D8A4 is #46275B. Grayscale: #C8C8C8. Windows color (decimal): -4597596 or 10803385. OLE color: 10803385.
HSL color Cylindrical-coordinate representation of color #B9D8A4: hue angle of 95.77º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B9D8A4 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 216 | 164 | - |
| CMYK | 0.14 | 0 | 0.24 | 0.15 |
| HSL | 95.77º | 0.4% | 0.75% | - |
| HSV(B) | 95.77º | 0.24% | 0.85% | - |
| XYZ | 51.26 | 62.11 | 44.41 | - |
| YUV | 200.8 | 107.23 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 216 | 164 | 0.14 | 0 | 0.24 | 0.15 | 95.77 | 0.4 | 0.75 |
| Hex | B9 | D8 | A4 | E | 0 | 18 | F | 60 | 28 | 4B |
| Octal | 271 | 330 | 244 | 16 | 0 | 30 | 17 | 140 | 50 | 113 |
| Binary | 10111001 | 11011000 | 10100100 | 1110 | 0 | 11000 | 1111 | 1100000 | 101000 | 1001011 |
Color Harmonies of #B9D8A4
Complementary color
Monochromatic Colors of #B9D8A4
Black with #B9D8A4
Text Example
Text Example
White with #B9D8A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D8A4; }
p { color: rgb(185,216,164); }
H1.HeaderClassName
{
color: #B9D8A4;
}
.AnyTagClassName
{
color: #B9D8A4;
}
</style>
background-color css
<style>
a { background-color: #B9D8A4; }
a { background-color: rgb(185,216,164); }
div.DivClassName
{
background-color: #B9D8A4;
}
.BgClassName
{
background-color: #B9D8A4;
}
</style>
border-color css
<style>
span { border-color: #B9D8A4; }
span { border-color: rgb(185,216,164); }
td.TdClassName
{
border-color: #B9D8A4;
}
.TagClassName
{
border-color: #B9D8A4;
}
</style>