Shades of Pixie Green #B6D49F
Tints of Pixie Green #B6D49F
RGB
CMYK
RGB Variations
Color information
#B6D49F (or 0xB6D49F) is known color: Pixie Green. HEX triplet: B6, D4 and 9F. RGB value is (182,212,159). Sum of RGB (Red+Green+Blue) = 182+212+159=553 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.91% from 553); Green value is 212 (83.20% from 255 or 38.34% from 553); Blue value is 159 (62.5% from 255 or 28.75% from 553); Max value from RGB is 212 - color contains mainly: green. Hex color #B6D49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6D49F is #492B60. Grayscale: #C5C5C5. Windows color (decimal): -4795233 or 10474678. OLE color: 10474678.
HSL color Cylindrical-coordinate representation of color #B6D49F: hue angle of 93.96º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B6D49F is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 182 | 212 | 159 | - |
| CMYK | 0.14 | 0 | 0.25 | 0.17 |
| HSL | 93.96º | 0.38% | 0.73% | - |
| HSV(B) | 93.96º | 0.25% | 0.83% | - |
| XYZ | 49.09 | 59.54 | 41.7 | - |
| YUV | 196.99 | 106.56 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 212 | 159 | 0.14 | 0 | 0.25 | 0.17 | 93.96 | 0.38 | 0.73 |
| Hex | B6 | D4 | 9F | E | 0 | 19 | 11 | 5E | 26 | 49 |
| Octal | 266 | 324 | 237 | 16 | 0 | 31 | 21 | 136 | 46 | 111 |
| Binary | 10110110 | 11010100 | 10011111 | 1110 | 0 | 11001 | 10001 | 1011110 | 100110 | 1001001 |
Color Harmonies of #B6D49F
Complementary color
Monochromatic Colors of #B6D49F
Black with #B6D49F
Text Example
Text Example
White with #B6D49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6D49F; }
p { color: rgb(182,212,159); }
H1.HeaderClassName
{
color: #B6D49F;
}
.AnyTagClassName
{
color: #B6D49F;
}
</style>
background-color css
<style>
a { background-color: #B6D49F; }
a { background-color: rgb(182,212,159); }
div.DivClassName
{
background-color: #B6D49F;
}
.BgClassName
{
background-color: #B6D49F;
}
</style>
border-color css
<style>
span { border-color: #B6D49F; }
span { border-color: rgb(182,212,159); }
td.TdClassName
{
border-color: #B6D49F;
}
.TagClassName
{
border-color: #B6D49F;
}
</style>