Shades of Pixie Green #B1D09F
Tints of Pixie Green #B1D09F
RGB
CMYK
RGB Variations
Color information
#B1D09F (or 0xB1D09F) is known color: Pixie Green. HEX triplet: B1, D0 and 9F. RGB value is (177,208,159). Sum of RGB (Red+Green+Blue) = 177+208+159=544 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.54% from 544); Green value is 208 (81.64% from 255 or 38.24% from 544); Blue value is 159 (62.5% from 255 or 29.23% from 544); Max value from RGB is 208 - color contains mainly: green. Hex color #B1D09F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1D09F is #4E2F60. Grayscale: #C1C1C1. Windows color (decimal): -5123937 or 10473649. OLE color: 10473649.
HSL color Cylindrical-coordinate representation of color #B1D09F: hue angle of 97.96º 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 #B1D09F is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 208 | 159 | - |
| CMYK | 0.15 | 0 | 0.24 | 0.18 |
| HSL | 97.96º | 0.34% | 0.72% | - |
| HSV(B) | 97.96º | 0.24% | 0.82% | - |
| XYZ | 46.95 | 56.96 | 41.32 | - |
| YUV | 193.15 | 108.73 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 208 | 159 | 0.15 | 0 | 0.24 | 0.18 | 97.96 | 0.34 | 0.72 |
| Hex | B1 | D0 | 9F | F | 0 | 18 | 12 | 62 | 22 | 48 |
| Octal | 261 | 320 | 237 | 17 | 0 | 30 | 22 | 142 | 42 | 110 |
| Binary | 10110001 | 11010000 | 10011111 | 1111 | 0 | 11000 | 10010 | 1100010 | 100010 | 1001000 |
Color Harmonies of #B1D09F
Complementary color
Monochromatic Colors of #B1D09F
Black with #B1D09F
Text Example
Text Example
White with #B1D09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D09F; }
p { color: rgb(177,208,159); }
H1.HeaderClassName
{
color: #B1D09F;
}
.AnyTagClassName
{
color: #B1D09F;
}
</style>
background-color css
<style>
a { background-color: #B1D09F; }
a { background-color: rgb(177,208,159); }
div.DivClassName
{
background-color: #B1D09F;
}
.BgClassName
{
background-color: #B1D09F;
}
</style>
border-color css
<style>
span { border-color: #B1D09F; }
span { border-color: rgb(177,208,159); }
td.TdClassName
{
border-color: #B1D09F;
}
.TagClassName
{
border-color: #B1D09F;
}
</style>