Shades of Pixie Green #B0D29E
Tints of Pixie Green #B0D29E
RGB
CMYK
RGB Variations
Color information
#B0D29E (or 0xB0D29E) is known color: Pixie Green. HEX triplet: B0, D2 and 9E. RGB value is (176,210,158). Sum of RGB (Red+Green+Blue) = 176+210+158=544 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.35% from 544); Green value is 210 (82.42% from 255 or 38.60% from 544); Blue value is 158 (62.11% from 255 or 29.04% from 544); Max value from RGB is 210 - color contains mainly: green. Hex color #B0D29E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D29E is #4F2D61. Grayscale: #C2C2C2. Windows color (decimal): -5188962 or 10408624. OLE color: 10408624.
HSL color Cylindrical-coordinate representation of color #B0D29E: hue angle of 99.23º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0D29E is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 210 | 158 | - |
| CMYK | 0.16 | 0 | 0.25 | 0.18 |
| HSL | 99.23º | 0.37% | 0.72% | - |
| HSV(B) | 99.23º | 0.25% | 0.82% | - |
| XYZ | 47.12 | 57.79 | 41.02 | - |
| YUV | 193.91 | 107.74 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 210 | 158 | 0.16 | 0 | 0.25 | 0.18 | 99.23 | 0.37 | 0.72 |
| Hex | B0 | D2 | 9E | 10 | 0 | 19 | 12 | 63 | 25 | 48 |
| Octal | 260 | 322 | 236 | 20 | 0 | 31 | 22 | 143 | 45 | 110 |
| Binary | 10110000 | 11010010 | 10011110 | 10000 | 0 | 11001 | 10010 | 1100011 | 100101 | 1001000 |
Color Harmonies of #B0D29E
Complementary color
Monochromatic Colors of #B0D29E
Black with #B0D29E
Text Example
Text Example
White with #B0D29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D29E; }
p { color: rgb(176,210,158); }
H1.HeaderClassName
{
color: #B0D29E;
}
.AnyTagClassName
{
color: #B0D29E;
}
</style>
background-color css
<style>
a { background-color: #B0D29E; }
a { background-color: rgb(176,210,158); }
div.DivClassName
{
background-color: #B0D29E;
}
.BgClassName
{
background-color: #B0D29E;
}
</style>
border-color css
<style>
span { border-color: #B0D29E; }
span { border-color: rgb(176,210,158); }
td.TdClassName
{
border-color: #B0D29E;
}
.TagClassName
{
border-color: #B0D29E;
}
</style>