Shades of Pixie Green #B0D29B
Tints of Pixie Green #B0D29B
RGB
CMYK
RGB Variations
Color information
#B0D29B (or 0xB0D29B) is known color: Pixie Green. HEX triplet: B0, D2 and 9B. RGB value is (176,210,155). Sum of RGB (Red+Green+Blue) = 176+210+155=541 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.53% from 541); Green value is 210 (82.42% from 255 or 38.82% from 541); Blue value is 155 (60.94% from 255 or 28.65% from 541); Max value from RGB is 210 - color contains mainly: green. Hex color #B0D29B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D29B is #4F2D64. Grayscale: #C1C1C1. Windows color (decimal): -5188965 or 10212016. OLE color: 10212016.
HSL color Cylindrical-coordinate representation of color #B0D29B: hue angle of 97.09º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0D29B is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 210 | 155 | - |
| CMYK | 0.16 | 0 | 0.26 | 0.18 |
| HSL | 97.09º | 0.38% | 0.72% | - |
| HSV(B) | 97.09º | 0.26% | 0.82% | - |
| XYZ | 46.87 | 57.69 | 39.68 | - |
| YUV | 193.56 | 106.24 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 210 | 155 | 0.16 | 0 | 0.26 | 0.18 | 97.09 | 0.38 | 0.72 |
| Hex | B0 | D2 | 9B | 10 | 0 | 1A | 12 | 61 | 26 | 48 |
| Octal | 260 | 322 | 233 | 20 | 0 | 32 | 22 | 141 | 46 | 110 |
| Binary | 10110000 | 11010010 | 10011011 | 10000 | 0 | 11010 | 10010 | 1100001 | 100110 | 1001000 |
Color Harmonies of #B0D29B
Complementary color
Monochromatic Colors of #B0D29B
Black with #B0D29B
Text Example
Text Example
White with #B0D29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D29B; }
p { color: rgb(176,210,155); }
H1.HeaderClassName
{
color: #B0D29B;
}
.AnyTagClassName
{
color: #B0D29B;
}
</style>
background-color css
<style>
a { background-color: #B0D29B; }
a { background-color: rgb(176,210,155); }
div.DivClassName
{
background-color: #B0D29B;
}
.BgClassName
{
background-color: #B0D29B;
}
</style>
border-color css
<style>
span { border-color: #B0D29B; }
span { border-color: rgb(176,210,155); }
td.TdClassName
{
border-color: #B0D29B;
}
.TagClassName
{
border-color: #B0D29B;
}
</style>