Shades of Pixie Green #BBE296
Tints of Pixie Green #BBE296
RGB
CMYK
RGB Variations
Color information
#BBE296 (or 0xBBE296) is known color: Pixie Green. HEX triplet: BB, E2 and 96. RGB value is (187,226,150). Sum of RGB (Red+Green+Blue) = 187+226+150=563 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.21% from 563); Green value is 226 (88.67% from 255 or 40.14% from 563); Blue value is 150 (58.98% from 255 or 26.64% from 563); Max value from RGB is 226 - color contains mainly: green. Hex color #BBE296 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBE296 is #441D69. Grayscale: #CDCDCD. Windows color (decimal): -4463978 or 9888443. OLE color: 9888443.
HSL color Cylindrical-coordinate representation of color #BBE296: hue angle of 90.79º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BBE296 is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 226 | 150 | - |
| CMYK | 0.17 | 0 | 0.34 | 0.11 |
| HSL | 90.79º | 0.57% | 0.74% | - |
| HSV(B) | 90.79º | 0.34% | 0.89% | - |
| XYZ | 53.19 | 67.16 | 39.01 | - |
| YUV | 205.68 | 96.58 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 226 | 150 | 0.17 | 0 | 0.34 | 0.11 | 90.79 | 0.57 | 0.74 |
| Hex | BB | E2 | 96 | 11 | 0 | 22 | B | 5B | 39 | 4A |
| Octal | 273 | 342 | 226 | 21 | 0 | 42 | 13 | 133 | 71 | 112 |
| Binary | 10111011 | 11100010 | 10010110 | 10001 | 0 | 100010 | 1011 | 1011011 | 111001 | 1001010 |
Color Harmonies of #BBE296
Complementary color
Monochromatic Colors of #BBE296
Black with #BBE296
Text Example
Text Example
White with #BBE296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE296; }
p { color: rgb(187,226,150); }
H1.HeaderClassName
{
color: #BBE296;
}
.AnyTagClassName
{
color: #BBE296;
}
</style>
background-color css
<style>
a { background-color: #BBE296; }
a { background-color: rgb(187,226,150); }
div.DivClassName
{
background-color: #BBE296;
}
.BgClassName
{
background-color: #BBE296;
}
</style>
border-color css
<style>
span { border-color: #BBE296; }
span { border-color: rgb(187,226,150); }
td.TdClassName
{
border-color: #BBE296;
}
.TagClassName
{
border-color: #BBE296;
}
</style>