Shades of Inch Worm #BBE520
Tints of Inch Worm #BBE520
RGB
CMYK
RGB Variations
Color information
#BBE520 (or 0xBBE520) is known color: Inch Worm. HEX triplet: BB, E5 and 20. RGB value is (187,229,32). Sum of RGB (Red+Green+Blue) = 187+229+32=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 229 (89.84% from 255 or 51.12% from 448); Blue value is 32 (12.89% from 255 or 7.14% from 448); Max value from RGB is 229 - color contains mainly: green. Hex color #BBE520 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBE520 is #441ADF. Grayscale: #C2C2C2. Windows color (decimal): -4463328 or 2155963. OLE color: 2155963.
HSL color Cylindrical-coordinate representation of color #BBE520: hue angle of 72.79º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BBE520 is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 229 | 32 | - |
| CMYK | 0.18 | 0 | 0.86 | 0.10 |
| HSL | 72.79º | 0.79% | 0.51% | - |
| HSV(B) | 72.79º | 0.86% | 0.9% | - |
| XYZ | 48.77 | 66.71 | 11.67 | - |
| YUV | 193.98 | 36.59 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 229 | 32 | 0.18 | 0 | 0.86 | 0.10 | 72.79 | 0.79 | 0.51 |
| Hex | BB | E5 | 20 | 12 | 0 | 56 | A | 49 | 4F | 33 |
| Octal | 273 | 345 | 40 | 22 | 0 | 126 | 12 | 111 | 117 | 63 |
| Binary | 10111011 | 11100101 | 100000 | 10010 | 0 | 1010110 | 1010 | 1001001 | 1001111 | 110011 |
Color Harmonies of #BBE520
Complementary color
Monochromatic Colors of #BBE520
Black with #BBE520
Text Example
Text Example
White with #BBE520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE520; }
p { color: rgb(187,229,32); }
H1.HeaderClassName
{
color: #BBE520;
}
.AnyTagClassName
{
color: #BBE520;
}
</style>
background-color css
<style>
a { background-color: #BBE520; }
a { background-color: rgb(187,229,32); }
div.DivClassName
{
background-color: #BBE520;
}
.BgClassName
{
background-color: #BBE520;
}
</style>
border-color css
<style>
span { border-color: #BBE520; }
span { border-color: rgb(187,229,32); }
td.TdClassName
{
border-color: #BBE520;
}
.TagClassName
{
border-color: #BBE520;
}
</style>