Shades of Inch Worm #BBE60A
Tints of Inch Worm #BBE60A
RGB
CMYK
RGB Variations
Color information
#BBE60A (or 0xBBE60A) is known color: Inch Worm. HEX triplet: BB, E6 and 0A. RGB value is (187,230,10). Sum of RGB (Red+Green+Blue) = 187+230+10=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 230 (90.23% from 255 or 53.86% from 427); Blue value is 10 (4.30% from 255 or 2.34% from 427); Max value from RGB is 230 - color contains mainly: green. Hex color #BBE60A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBE60A is #4419F5. Grayscale: #C0C0C0. Windows color (decimal): -4463094 or 714427. OLE color: 714427.
HSL color Cylindrical-coordinate representation of color #BBE60A: hue angle of 71.73º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BBE60A is Cyan = 0.19, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 230 | 10 | - |
| CMYK | 0.19 | 0 | 0.96 | 0.10 |
| HSL | 71.73º | 0.92% | 0.47% | - |
| HSV(B) | 71.73º | 0.96% | 0.9% | - |
| XYZ | 48.85 | 67.18 | 10.68 | - |
| YUV | 192.06 | 25.25 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 230 | 10 | 0.19 | 0 | 0.96 | 0.10 | 71.73 | 0.92 | 0.47 |
| Hex | BB | E6 | A | 13 | 0 | 60 | A | 48 | 5C | 2F |
| Octal | 273 | 346 | 12 | 23 | 0 | 140 | 12 | 110 | 134 | 57 |
| Binary | 10111011 | 11100110 | 1010 | 10011 | 0 | 1100000 | 1010 | 1001000 | 1011100 | 101111 |
Color Harmonies of #BBE60A
Complementary color
Monochromatic Colors of #BBE60A
Black with #BBE60A
Text Example
Text Example
White with #BBE60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE60A; }
p { color: rgb(187,230,10); }
H1.HeaderClassName
{
color: #BBE60A;
}
.AnyTagClassName
{
color: #BBE60A;
}
</style>
background-color css
<style>
a { background-color: #BBE60A; }
a { background-color: rgb(187,230,10); }
div.DivClassName
{
background-color: #BBE60A;
}
.BgClassName
{
background-color: #BBE60A;
}
</style>
border-color css
<style>
span { border-color: #BBE60A; }
span { border-color: rgb(187,230,10); }
td.TdClassName
{
border-color: #BBE60A;
}
.TagClassName
{
border-color: #BBE60A;
}
</style>