Shades of Inch Worm #BBE500
Tints of Inch Worm #BBE500
RGB
CMYK
RGB Variations
Color information
#BBE500 (or 0xBBE500) is known color: Inch Worm. HEX triplet: BB, E5 and 00. RGB value is (187,229,0). Sum of RGB (Red+Green+Blue) = 187+229+0=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 229 (89.84% from 255 or 55.05% from 416); Blue value is 0 (0.39% from 255 or 0% from 416); Max value from RGB is 229 - color contains mainly: green. Hex color #BBE500 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBE500 is #441AFF. Grayscale: #BFBFBF. Windows color (decimal): -4463360 or 58811. OLE color: 58811.
HSL color Cylindrical-coordinate representation of color #BBE500: hue angle of 71º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BBE500 is Cyan = 0.18, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 229 | 0 | - |
| CMYK | 0.18 | 0 | 1 | 0.10 |
| HSL | 71º | 1% | 0.45% | - |
| HSV(B) | 71º | 1% | 0.9% | - |
| XYZ | 48.51 | 66.6 | 10.3 | - |
| YUV | 190.34 | 20.59 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 229 | 0 | 0.18 | 0 | 1 | 0.10 | 71 | 1 | 0.45 |
| Hex | BB | E5 | 0 | 12 | 0 | 64 | A | 47 | 64 | 2D |
| Octal | 273 | 345 | 0 | 22 | 0 | 144 | 12 | 107 | 144 | 55 |
| Binary | 10111011 | 11100101 | 0 | 10010 | 0 | 1100100 | 1010 | 1000111 | 1100100 | 101101 |
Color Harmonies of #BBE500
Complementary color
Monochromatic Colors of #BBE500
Black with #BBE500
Text Example
Text Example
White with #BBE500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE500; }
p { color: rgb(187,229,0); }
H1.HeaderClassName
{
color: #BBE500;
}
.AnyTagClassName
{
color: #BBE500;
}
</style>
background-color css
<style>
a { background-color: #BBE500; }
a { background-color: rgb(187,229,0); }
div.DivClassName
{
background-color: #BBE500;
}
.BgClassName
{
background-color: #BBE500;
}
</style>
border-color css
<style>
span { border-color: #BBE500; }
span { border-color: rgb(187,229,0); }
td.TdClassName
{
border-color: #BBE500;
}
.TagClassName
{
border-color: #BBE500;
}
</style>