Shades of Inch Worm #BBE60F
Tints of Inch Worm #BBE60F
RGB
CMYK
RGB Variations
Color information
#BBE60F (or 0xBBE60F) is known color: Inch Worm. HEX triplet: BB, E6 and 0F. RGB value is (187,230,15). Sum of RGB (Red+Green+Blue) = 187+230+15=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 230 (90.23% from 255 or 53.24% from 432); Blue value is 15 (6.25% from 255 or 3.47% from 432); Max value from RGB is 230 - color contains mainly: green. Hex color #BBE60F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBE60F is #4419F0. Grayscale: #C1C1C1. Windows color (decimal): -4463089 or 1042107. OLE color: 1042107.
HSL color Cylindrical-coordinate representation of color #BBE60F: hue angle of 72º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BBE60F is Cyan = 0.19, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 230 | 15 | - |
| CMYK | 0.19 | 0 | 0.93 | 0.10 |
| HSL | 72º | 0.88% | 0.48% | - |
| HSV(B) | 72º | 0.93% | 0.9% | - |
| XYZ | 48.88 | 67.19 | 10.85 | - |
| YUV | 192.63 | 27.75 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 230 | 15 | 0.19 | 0 | 0.93 | 0.10 | 72 | 0.88 | 0.48 |
| Hex | BB | E6 | F | 13 | 0 | 5D | A | 48 | 58 | 30 |
| Octal | 273 | 346 | 17 | 23 | 0 | 135 | 12 | 110 | 130 | 60 |
| Binary | 10111011 | 11100110 | 1111 | 10011 | 0 | 1011101 | 1010 | 1001000 | 1011000 | 110000 |
Color Harmonies of #BBE60F
Complementary color
Monochromatic Colors of #BBE60F
Black with #BBE60F
Text Example
Text Example
White with #BBE60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE60F; }
p { color: rgb(187,230,15); }
H1.HeaderClassName
{
color: #BBE60F;
}
.AnyTagClassName
{
color: #BBE60F;
}
</style>
background-color css
<style>
a { background-color: #BBE60F; }
a { background-color: rgb(187,230,15); }
div.DivClassName
{
background-color: #BBE60F;
}
.BgClassName
{
background-color: #BBE60F;
}
</style>
border-color css
<style>
span { border-color: #BBE60F; }
span { border-color: rgb(187,230,15); }
td.TdClassName
{
border-color: #BBE60F;
}
.TagClassName
{
border-color: #BBE60F;
}
</style>