Shades of Inch Worm #BBE900
Tints of Inch Worm #BBE900
RGB
CMYK
RGB Variations
Color information
#BBE900 (or 0xBBE900) is known color: Inch Worm. HEX triplet: BB, E9 and 00. RGB value is (187,233,0). Sum of RGB (Red+Green+Blue) = 187+233+0=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 233 (91.41% from 255 or 55.48% from 420); Blue value is 0 (0.39% from 255 or 0% from 420); Max value from RGB is 233 - color contains mainly: green. Hex color #BBE900 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBE900 is #4416FF. Grayscale: #C1C1C1. Windows color (decimal): -4462336 or 59835. OLE color: 59835.
HSL color Cylindrical-coordinate representation of color #BBE900: hue angle of 71.85º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BBE900 is Cyan = 0.20, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 233 | 0 | - |
| CMYK | 0.20 | 0 | 1 | 0.09 |
| HSL | 71.85º | 1% | 0.46% | - |
| HSV(B) | 71.85º | 1% | 0.91% | - |
| XYZ | 49.63 | 68.84 | 10.67 | - |
| YUV | 192.68 | 19.26 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 233 | 0 | 0.20 | 0 | 1 | 0.09 | 71.85 | 1 | 0.46 |
| Hex | BB | E9 | 0 | 14 | 0 | 64 | 9 | 48 | 64 | 2E |
| Octal | 273 | 351 | 0 | 24 | 0 | 144 | 11 | 110 | 144 | 56 |
| Binary | 10111011 | 11101001 | 0 | 10100 | 0 | 1100100 | 1001 | 1001000 | 1100100 | 101110 |
Color Harmonies of #BBE900
Complementary color
Monochromatic Colors of #BBE900
Black with #BBE900
Text Example
Text Example
White with #BBE900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE900; }
p { color: rgb(187,233,0); }
H1.HeaderClassName
{
color: #BBE900;
}
.AnyTagClassName
{
color: #BBE900;
}
</style>
background-color css
<style>
a { background-color: #BBE900; }
a { background-color: rgb(187,233,0); }
div.DivClassName
{
background-color: #BBE900;
}
.BgClassName
{
background-color: #BBE900;
}
</style>
border-color css
<style>
span { border-color: #BBE900; }
span { border-color: rgb(187,233,0); }
td.TdClassName
{
border-color: #BBE900;
}
.TagClassName
{
border-color: #BBE900;
}
</style>