Shades of Pixie Green #B9E096
Tints of Pixie Green #B9E096
RGB
CMYK
RGB Variations
Color information
#B9E096 (or 0xB9E096) is known color: Pixie Green. HEX triplet: B9, E0 and 96. RGB value is (185,224,150). Sum of RGB (Red+Green+Blue) = 185+224+150=559 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.09% from 559); Green value is 224 (87.89% from 255 or 40.07% from 559); Blue value is 150 (58.98% from 255 or 26.83% from 559); Max value from RGB is 224 - color contains mainly: green. Hex color #B9E096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9E096 is #461F69. Grayscale: #CCCCCC. Windows color (decimal): -4595562 or 9887929. OLE color: 9887929.
HSL color Cylindrical-coordinate representation of color #B9E096: hue angle of 91.62º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B9E096 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 185 | 224 | 150 | - |
| CMYK | 0.17 | 0 | 0.33 | 0.12 |
| HSL | 91.62º | 0.54% | 0.73% | - |
| HSV(B) | 91.62º | 0.33% | 0.88% | - |
| XYZ | 52.17 | 65.83 | 38.81 | - |
| YUV | 203.9 | 97.58 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 224 | 150 | 0.17 | 0 | 0.33 | 0.12 | 91.62 | 0.54 | 0.73 |
| Hex | B9 | E0 | 96 | 11 | 0 | 21 | C | 5C | 36 | 49 |
| Octal | 271 | 340 | 226 | 21 | 0 | 41 | 14 | 134 | 66 | 111 |
| Binary | 10111001 | 11100000 | 10010110 | 10001 | 0 | 100001 | 1100 | 1011100 | 110110 | 1001001 |
Color Harmonies of #B9E096
Complementary color
Monochromatic Colors of #B9E096
Black with #B9E096
Text Example
Text Example
White with #B9E096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E096; }
p { color: rgb(185,224,150); }
H1.HeaderClassName
{
color: #B9E096;
}
.AnyTagClassName
{
color: #B9E096;
}
</style>
background-color css
<style>
a { background-color: #B9E096; }
a { background-color: rgb(185,224,150); }
div.DivClassName
{
background-color: #B9E096;
}
.BgClassName
{
background-color: #B9E096;
}
</style>
border-color css
<style>
span { border-color: #B9E096; }
span { border-color: rgb(185,224,150); }
td.TdClassName
{
border-color: #B9E096;
}
.TagClassName
{
border-color: #B9E096;
}
</style>