Shades of Pixie Green #B8D29F
Tints of Pixie Green #B8D29F
RGB
CMYK
RGB Variations
Color information
#B8D29F (or 0xB8D29F) is known color: Pixie Green. HEX triplet: B8, D2 and 9F. RGB value is (184,210,159). Sum of RGB (Red+Green+Blue) = 184+210+159=553 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.27% from 553); Green value is 210 (82.42% from 255 or 37.97% from 553); Blue value is 159 (62.5% from 255 or 28.75% from 553); Max value from RGB is 210 - color contains mainly: green. Hex color #B8D29F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8D29F is #472D60. Grayscale: #C4C4C4. Windows color (decimal): -4664673 or 10474168. OLE color: 10474168.
HSL color Cylindrical-coordinate representation of color #B8D29F: hue angle of 90.59º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B8D29F is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 184 | 210 | 159 | - |
| CMYK | 0.12 | 0 | 0.24 | 0.18 |
| HSL | 90.59º | 0.36% | 0.72% | - |
| HSV(B) | 90.59º | 0.24% | 0.82% | - |
| XYZ | 49.07 | 58.79 | 41.56 | - |
| YUV | 196.41 | 106.89 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 210 | 159 | 0.12 | 0 | 0.24 | 0.18 | 90.59 | 0.36 | 0.72 |
| Hex | B8 | D2 | 9F | C | 0 | 18 | 12 | 5B | 24 | 48 |
| Octal | 270 | 322 | 237 | 14 | 0 | 30 | 22 | 133 | 44 | 110 |
| Binary | 10111000 | 11010010 | 10011111 | 1100 | 0 | 11000 | 10010 | 1011011 | 100100 | 1001000 |
Color Harmonies of #B8D29F
Complementary color
Monochromatic Colors of #B8D29F
Black with #B8D29F
Text Example
Text Example
White with #B8D29F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D29F; }
p { color: rgb(184,210,159); }
H1.HeaderClassName
{
color: #B8D29F;
}
.AnyTagClassName
{
color: #B8D29F;
}
</style>
background-color css
<style>
a { background-color: #B8D29F; }
a { background-color: rgb(184,210,159); }
div.DivClassName
{
background-color: #B8D29F;
}
.BgClassName
{
background-color: #B8D29F;
}
</style>
border-color css
<style>
span { border-color: #B8D29F; }
span { border-color: rgb(184,210,159); }
td.TdClassName
{
border-color: #B8D29F;
}
.TagClassName
{
border-color: #B8D29F;
}
</style>