Shades of Pixie Green #BBE297
Tints of Pixie Green #BBE297
RGB
CMYK
RGB Variations
Color information
#BBE297 (or 0xBBE297) is known color: Pixie Green. HEX triplet: BB, E2 and 97. RGB value is (187,226,151). Sum of RGB (Red+Green+Blue) = 187+226+151=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 226 (88.67% from 255 or 40.07% from 564); Blue value is 151 (59.38% from 255 or 26.77% from 564); Max value from RGB is 226 - color contains mainly: green. Hex color #BBE297 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBE297 is #441D68. Grayscale: #CECECE. Windows color (decimal): -4463977 or 9953979. OLE color: 9953979.
HSL color Cylindrical-coordinate representation of color #BBE297: hue angle of 91.2º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BBE297 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 226 | 151 | - |
| CMYK | 0.17 | 0 | 0.33 | 0.11 |
| HSL | 91.2º | 0.56% | 0.74% | - |
| HSV(B) | 91.2º | 0.33% | 0.89% | - |
| XYZ | 53.28 | 67.19 | 39.44 | - |
| YUV | 205.79 | 97.08 | 114.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 226 | 151 | 0.17 | 0 | 0.33 | 0.11 | 91.2 | 0.56 | 0.74 |
| Hex | BB | E2 | 97 | 11 | 0 | 21 | B | 5B | 38 | 4A |
| Octal | 273 | 342 | 227 | 21 | 0 | 41 | 13 | 133 | 70 | 112 |
| Binary | 10111011 | 11100010 | 10010111 | 10001 | 0 | 100001 | 1011 | 1011011 | 111000 | 1001010 |
Color Harmonies of #BBE297
Complementary color
Monochromatic Colors of #BBE297
Black with #BBE297
Text Example
Text Example
White with #BBE297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE297; }
p { color: rgb(187,226,151); }
H1.HeaderClassName
{
color: #BBE297;
}
.AnyTagClassName
{
color: #BBE297;
}
</style>
background-color css
<style>
a { background-color: #BBE297; }
a { background-color: rgb(187,226,151); }
div.DivClassName
{
background-color: #BBE297;
}
.BgClassName
{
background-color: #BBE297;
}
</style>
border-color css
<style>
span { border-color: #BBE297; }
span { border-color: rgb(187,226,151); }
td.TdClassName
{
border-color: #BBE297;
}
.TagClassName
{
border-color: #BBE297;
}
</style>