Shades of Inch Worm #BBE30A
Tints of Inch Worm #BBE30A
RGB
CMYK
RGB Variations
Color information
#BBE30A (or 0xBBE30A) is known color: Inch Worm. HEX triplet: BB, E3 and 0A. RGB value is (187,227,10). Sum of RGB (Red+Green+Blue) = 187+227+10=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 227 (89.06% from 255 or 53.54% from 424); Blue value is 10 (4.30% from 255 or 2.36% from 424); Max value from RGB is 227 - color contains mainly: green. Hex color #BBE30A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBE30A is #441CF5. Grayscale: #BFBFBF. Windows color (decimal): -4463862 or 713659. OLE color: 713659.
HSL color Cylindrical-coordinate representation of color #BBE30A: hue angle of 71.06º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BBE30A is Cyan = 0.18, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 227 | 10 | - |
| CMYK | 0.18 | 0 | 0.96 | 0.11 |
| HSL | 71.06º | 0.92% | 0.46% | - |
| HSV(B) | 71.06º | 0.96% | 0.89% | - |
| XYZ | 48.02 | 65.52 | 10.4 | - |
| YUV | 190.3 | 26.25 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 227 | 10 | 0.18 | 0 | 0.96 | 0.11 | 71.06 | 0.92 | 0.46 |
| Hex | BB | E3 | A | 12 | 0 | 60 | B | 47 | 5C | 2E |
| Octal | 273 | 343 | 12 | 22 | 0 | 140 | 13 | 107 | 134 | 56 |
| Binary | 10111011 | 11100011 | 1010 | 10010 | 0 | 1100000 | 1011 | 1000111 | 1011100 | 101110 |
Color Harmonies of #BBE30A
Complementary color
Monochromatic Colors of #BBE30A
Black with #BBE30A
Text Example
Text Example
White with #BBE30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE30A; }
p { color: rgb(187,227,10); }
H1.HeaderClassName
{
color: #BBE30A;
}
.AnyTagClassName
{
color: #BBE30A;
}
</style>
background-color css
<style>
a { background-color: #BBE30A; }
a { background-color: rgb(187,227,10); }
div.DivClassName
{
background-color: #BBE30A;
}
.BgClassName
{
background-color: #BBE30A;
}
</style>
border-color css
<style>
span { border-color: #BBE30A; }
span { border-color: rgb(187,227,10); }
td.TdClassName
{
border-color: #BBE30A;
}
.TagClassName
{
border-color: #BBE30A;
}
</style>