Shades of Inch Worm #BBE220
Tints of Inch Worm #BBE220
RGB
CMYK
RGB Variations
Color information
#BBE220 (or 0xBBE220) is known color: Inch Worm. HEX triplet: BB, E2 and 20. RGB value is (187,226,32). Sum of RGB (Red+Green+Blue) = 187+226+32=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 226 (88.67% from 255 or 50.79% from 445); Blue value is 32 (12.89% from 255 or 7.19% from 445); Max value from RGB is 226 - color contains mainly: green. Hex color #BBE220 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBE220 is #441DDF. Grayscale: #C0C0C0. Windows color (decimal): -4464096 or 2155195. OLE color: 2155195.
HSL color Cylindrical-coordinate representation of color #BBE220: hue angle of 72.06º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BBE220 is Cyan = 0.17, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 226 | 32 | - |
| CMYK | 0.17 | 0 | 0.86 | 0.11 |
| HSL | 72.06º | 0.77% | 0.51% | - |
| HSV(B) | 72.06º | 0.86% | 0.89% | - |
| XYZ | 47.95 | 65.06 | 11.4 | - |
| YUV | 192.22 | 37.58 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 226 | 32 | 0.17 | 0 | 0.86 | 0.11 | 72.06 | 0.77 | 0.51 |
| Hex | BB | E2 | 20 | 11 | 0 | 56 | B | 48 | 4D | 33 |
| Octal | 273 | 342 | 40 | 21 | 0 | 126 | 13 | 110 | 115 | 63 |
| Binary | 10111011 | 11100010 | 100000 | 10001 | 0 | 1010110 | 1011 | 1001000 | 1001101 | 110011 |
Color Harmonies of #BBE220
Complementary color
Monochromatic Colors of #BBE220
Black with #BBE220
Text Example
Text Example
White with #BBE220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE220; }
p { color: rgb(187,226,32); }
H1.HeaderClassName
{
color: #BBE220;
}
.AnyTagClassName
{
color: #BBE220;
}
</style>
background-color css
<style>
a { background-color: #BBE220; }
a { background-color: rgb(187,226,32); }
div.DivClassName
{
background-color: #BBE220;
}
.BgClassName
{
background-color: #BBE220;
}
</style>
border-color css
<style>
span { border-color: #BBE220; }
span { border-color: rgb(187,226,32); }
td.TdClassName
{
border-color: #BBE220;
}
.TagClassName
{
border-color: #BBE220;
}
</style>