Shades of Pixie Green #B2D29F
Tints of Pixie Green #B2D29F
RGB
CMYK
RGB Variations
Color information
#B2D29F (or 0xB2D29F) is known color: Pixie Green. HEX triplet: B2, D2 and 9F. RGB value is (178,210,159). Sum of RGB (Red+Green+Blue) = 178+210+159=547 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.54% from 547); Green value is 210 (82.42% from 255 or 38.39% from 547); Blue value is 159 (62.5% from 255 or 29.07% from 547); Max value from RGB is 210 - color contains mainly: green. Hex color #B2D29F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D29F is #4D2D60. Grayscale: #C2C2C2. Windows color (decimal): -5057889 or 10474162. OLE color: 10474162.
HSL color Cylindrical-coordinate representation of color #B2D29F: hue angle of 97.65º 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 #B2D29F is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 210 | 159 | - |
| CMYK | 0.15 | 0 | 0.24 | 0.18 |
| HSL | 97.65º | 0.36% | 0.72% | - |
| HSV(B) | 97.65º | 0.24% | 0.82% | - |
| XYZ | 47.66 | 58.06 | 41.5 | - |
| YUV | 194.62 | 107.9 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 210 | 159 | 0.15 | 0 | 0.24 | 0.18 | 97.65 | 0.36 | 0.72 |
| Hex | B2 | D2 | 9F | F | 0 | 18 | 12 | 62 | 24 | 48 |
| Octal | 262 | 322 | 237 | 17 | 0 | 30 | 22 | 142 | 44 | 110 |
| Binary | 10110010 | 11010010 | 10011111 | 1111 | 0 | 11000 | 10010 | 1100010 | 100100 | 1001000 |
Color Harmonies of #B2D29F
Complementary color
Monochromatic Colors of #B2D29F
Black with #B2D29F
Text Example
Text Example
White with #B2D29F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D29F; }
p { color: rgb(178,210,159); }
H1.HeaderClassName
{
color: #B2D29F;
}
.AnyTagClassName
{
color: #B2D29F;
}
</style>
background-color css
<style>
a { background-color: #B2D29F; }
a { background-color: rgb(178,210,159); }
div.DivClassName
{
background-color: #B2D29F;
}
.BgClassName
{
background-color: #B2D29F;
}
</style>
border-color css
<style>
span { border-color: #B2D29F; }
span { border-color: rgb(178,210,159); }
td.TdClassName
{
border-color: #B2D29F;
}
.TagClassName
{
border-color: #B2D29F;
}
</style>