Shades of Pixie Green #B2D09F
Tints of Pixie Green #B2D09F
RGB
CMYK
RGB Variations
Color information
#B2D09F (or 0xB2D09F) is known color: Pixie Green. HEX triplet: B2, D0 and 9F. RGB value is (178,208,159). Sum of RGB (Red+Green+Blue) = 178+208+159=545 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.66% from 545); Green value is 208 (81.64% from 255 or 38.17% from 545); Blue value is 159 (62.5% from 255 or 29.17% from 545); Max value from RGB is 208 - color contains mainly: green. Hex color #B2D09F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D09F is #4D2F60. Grayscale: #C1C1C1. Windows color (decimal): -5058401 or 10473650. OLE color: 10473650.
HSL color Cylindrical-coordinate representation of color #B2D09F: hue angle of 96.73º degrees, saturation: 0.34, 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 #B2D09F is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 208 | 159 | - |
| CMYK | 0.14 | 0 | 0.24 | 0.18 |
| HSL | 96.73º | 0.34% | 0.72% | - |
| HSV(B) | 96.73º | 0.24% | 0.82% | - |
| XYZ | 47.17 | 57.08 | 41.33 | - |
| YUV | 193.44 | 108.56 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 208 | 159 | 0.14 | 0 | 0.24 | 0.18 | 96.73 | 0.34 | 0.72 |
| Hex | B2 | D0 | 9F | E | 0 | 18 | 12 | 61 | 22 | 48 |
| Octal | 262 | 320 | 237 | 16 | 0 | 30 | 22 | 141 | 42 | 110 |
| Binary | 10110010 | 11010000 | 10011111 | 1110 | 0 | 11000 | 10010 | 1100001 | 100010 | 1001000 |
Color Harmonies of #B2D09F
Complementary color
Monochromatic Colors of #B2D09F
Black with #B2D09F
Text Example
Text Example
White with #B2D09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D09F; }
p { color: rgb(178,208,159); }
H1.HeaderClassName
{
color: #B2D09F;
}
.AnyTagClassName
{
color: #B2D09F;
}
</style>
background-color css
<style>
a { background-color: #B2D09F; }
a { background-color: rgb(178,208,159); }
div.DivClassName
{
background-color: #B2D09F;
}
.BgClassName
{
background-color: #B2D09F;
}
</style>
border-color css
<style>
span { border-color: #B2D09F; }
span { border-color: rgb(178,208,159); }
td.TdClassName
{
border-color: #B2D09F;
}
.TagClassName
{
border-color: #B2D09F;
}
</style>