Shades of Inch Worm #BBE207
Tints of Inch Worm #BBE207
RGB
CMYK
RGB Variations
Color information
#BBE207 (or 0xBBE207) is known color: Inch Worm. HEX triplet: BB, E2 and 07. RGB value is (187,226,7). Sum of RGB (Red+Green+Blue) = 187+226+7=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 226 (88.67% from 255 or 53.81% from 420); Blue value is 7 (3.12% from 255 or 1.67% from 420); Max value from RGB is 226 - color contains mainly: green. Hex color #BBE207 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBE207 is #441DF8. Grayscale: #BEBEBE. Windows color (decimal): -4464121 or 516795. OLE color: 516795.
HSL color Cylindrical-coordinate representation of color #BBE207: hue angle of 70.68º 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 #BBE207 is Cyan = 0.17, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 226 | 7 | - |
| CMYK | 0.17 | 0 | 0.97 | 0.11 |
| HSL | 70.68º | 0.94% | 0.46% | - |
| HSV(B) | 70.68º | 0.97% | 0.89% | - |
| XYZ | 47.73 | 64.97 | 10.23 | - |
| YUV | 189.37 | 25.08 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 226 | 7 | 0.17 | 0 | 0.97 | 0.11 | 70.68 | 0.94 | 0.46 |
| Hex | BB | E2 | 7 | 11 | 0 | 61 | B | 47 | 5E | 2E |
| Octal | 273 | 342 | 7 | 21 | 0 | 141 | 13 | 107 | 136 | 56 |
| Binary | 10111011 | 11100010 | 111 | 10001 | 0 | 1100001 | 1011 | 1000111 | 1011110 | 101110 |
Color Harmonies of #BBE207
Complementary color
Monochromatic Colors of #BBE207
Black with #BBE207
Text Example
Text Example
White with #BBE207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE207; }
p { color: rgb(187,226,7); }
H1.HeaderClassName
{
color: #BBE207;
}
.AnyTagClassName
{
color: #BBE207;
}
</style>
background-color css
<style>
a { background-color: #BBE207; }
a { background-color: rgb(187,226,7); }
div.DivClassName
{
background-color: #BBE207;
}
.BgClassName
{
background-color: #BBE207;
}
</style>
border-color css
<style>
span { border-color: #BBE207; }
span { border-color: rgb(187,226,7); }
td.TdClassName
{
border-color: #BBE207;
}
.TagClassName
{
border-color: #BBE207;
}
</style>