Shades of Inch Worm #BBE407
Tints of Inch Worm #BBE407
RGB
CMYK
RGB Variations
Color information
#BBE407 (or 0xBBE407) is known color: Inch Worm. HEX triplet: BB, E4 and 07. RGB value is (187,228,7). Sum of RGB (Red+Green+Blue) = 187+228+7=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 228 (89.45% from 255 or 54.03% from 422); Blue value is 7 (3.12% from 255 or 1.66% from 422); Max value from RGB is 228 - color contains mainly: green. Hex color #BBE407 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBE407 is #441BF8. Grayscale: #BFBFBF. Windows color (decimal): -4463609 or 517307. OLE color: 517307.
HSL color Cylindrical-coordinate representation of color #BBE407: hue angle of 71.13º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BBE407 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 228 | 7 | - |
| CMYK | 0.18 | 0 | 0.97 | 0.11 |
| HSL | 71.13º | 0.94% | 0.46% | - |
| HSV(B) | 71.13º | 0.97% | 0.89% | - |
| XYZ | 48.28 | 66.07 | 10.41 | - |
| YUV | 190.55 | 24.42 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 228 | 7 | 0.18 | 0 | 0.97 | 0.11 | 71.13 | 0.94 | 0.46 |
| Hex | BB | E4 | 7 | 12 | 0 | 61 | B | 47 | 5E | 2E |
| Octal | 273 | 344 | 7 | 22 | 0 | 141 | 13 | 107 | 136 | 56 |
| Binary | 10111011 | 11100100 | 111 | 10010 | 0 | 1100001 | 1011 | 1000111 | 1011110 | 101110 |
Color Harmonies of #BBE407
Complementary color
Monochromatic Colors of #BBE407
Black with #BBE407
Text Example
Text Example
White with #BBE407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE407; }
p { color: rgb(187,228,7); }
H1.HeaderClassName
{
color: #BBE407;
}
.AnyTagClassName
{
color: #BBE407;
}
</style>
background-color css
<style>
a { background-color: #BBE407; }
a { background-color: rgb(187,228,7); }
div.DivClassName
{
background-color: #BBE407;
}
.BgClassName
{
background-color: #BBE407;
}
</style>
border-color css
<style>
span { border-color: #BBE407; }
span { border-color: rgb(187,228,7); }
td.TdClassName
{
border-color: #BBE407;
}
.TagClassName
{
border-color: #BBE407;
}
</style>