Shades of Inch Worm #BBE320
Tints of Inch Worm #BBE320
RGB
CMYK
RGB Variations
Color information
#BBE320 (or 0xBBE320) is known color: Inch Worm. HEX triplet: BB, E3 and 20. RGB value is (187,227,32). Sum of RGB (Red+Green+Blue) = 187+227+32=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 227 (89.06% from 255 or 50.90% from 446); Blue value is 32 (12.89% from 255 or 7.17% from 446); Max value from RGB is 227 - color contains mainly: green. Hex color #BBE320 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBE320 is #441CDF. Grayscale: #C1C1C1. Windows color (decimal): -4463840 or 2155451. OLE color: 2155451.
HSL color Cylindrical-coordinate representation of color #BBE320: hue angle of 72.31º degrees, saturation: 0.78, 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 #BBE320 is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 227 | 32 | - |
| CMYK | 0.18 | 0 | 0.86 | 0.11 |
| HSL | 72.31º | 0.78% | 0.51% | - |
| HSV(B) | 72.31º | 0.86% | 0.89% | - |
| XYZ | 48.22 | 65.61 | 11.49 | - |
| YUV | 192.81 | 37.25 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 227 | 32 | 0.18 | 0 | 0.86 | 0.11 | 72.31 | 0.78 | 0.51 |
| Hex | BB | E3 | 20 | 12 | 0 | 56 | B | 48 | 4E | 33 |
| Octal | 273 | 343 | 40 | 22 | 0 | 126 | 13 | 110 | 116 | 63 |
| Binary | 10111011 | 11100011 | 100000 | 10010 | 0 | 1010110 | 1011 | 1001000 | 1001110 | 110011 |
Color Harmonies of #BBE320
Complementary color
Monochromatic Colors of #BBE320
Black with #BBE320
Text Example
Text Example
White with #BBE320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE320; }
p { color: rgb(187,227,32); }
H1.HeaderClassName
{
color: #BBE320;
}
.AnyTagClassName
{
color: #BBE320;
}
</style>
background-color css
<style>
a { background-color: #BBE320; }
a { background-color: rgb(187,227,32); }
div.DivClassName
{
background-color: #BBE320;
}
.BgClassName
{
background-color: #BBE320;
}
</style>
border-color css
<style>
span { border-color: #BBE320; }
span { border-color: rgb(187,227,32); }
td.TdClassName
{
border-color: #BBE320;
}
.TagClassName
{
border-color: #BBE320;
}
</style>