Shades of Pixie Green #BBE096
Tints of Pixie Green #BBE096
RGB
CMYK
RGB Variations
Color information
#BBE096 (or 0xBBE096) is known color: Pixie Green. HEX triplet: BB, E0 and 96. RGB value is (187,224,150). Sum of RGB (Red+Green+Blue) = 187+224+150=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 224 (87.89% from 255 or 39.93% from 561); Blue value is 150 (58.98% from 255 or 26.74% from 561); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBE096 is #441F69. Grayscale: #CCCCCC. Windows color (decimal): -4464490 or 9887931. OLE color: 9887931.
HSL color Cylindrical-coordinate representation of color #BBE096: hue angle of 90º 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 #BBE096 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 224 | 150 | - |
| CMYK | 0.17 | 0 | 0.33 | 0.12 |
| HSL | 90º | 0.54% | 0.73% | - |
| HSV(B) | 90º | 0.33% | 0.88% | - |
| XYZ | 52.65 | 66.08 | 38.83 | - |
| YUV | 204.5 | 97.24 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 224 | 150 | 0.17 | 0 | 0.33 | 0.12 | 90 | 0.54 | 0.73 |
| Hex | BB | E0 | 96 | 11 | 0 | 21 | C | 5A | 36 | 49 |
| Octal | 273 | 340 | 226 | 21 | 0 | 41 | 14 | 132 | 66 | 111 |
| Binary | 10111011 | 11100000 | 10010110 | 10001 | 0 | 100001 | 1100 | 1011010 | 110110 | 1001001 |
Color Harmonies of #BBE096
Complementary color
Monochromatic Colors of #BBE096
Black with #BBE096
Text Example
Text Example
White with #BBE096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE096; }
p { color: rgb(187,224,150); }
H1.HeaderClassName
{
color: #BBE096;
}
.AnyTagClassName
{
color: #BBE096;
}
</style>
background-color css
<style>
a { background-color: #BBE096; }
a { background-color: rgb(187,224,150); }
div.DivClassName
{
background-color: #BBE096;
}
.BgClassName
{
background-color: #BBE096;
}
</style>
border-color css
<style>
span { border-color: #BBE096; }
span { border-color: rgb(187,224,150); }
td.TdClassName
{
border-color: #BBE096;
}
.TagClassName
{
border-color: #BBE096;
}
</style>