Shades of Inch Worm #BBE11C
Tints of Inch Worm #BBE11C
RGB
CMYK
RGB Variations
Color information
#BBE11C (or 0xBBE11C) is known color: Inch Worm. HEX triplet: BB, E1 and 1C. RGB value is (187,225,28). Sum of RGB (Red+Green+Blue) = 187+225+28=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 225 (88.28% from 255 or 51.14% from 440); Blue value is 28 (11.33% from 255 or 6.36% from 440); Max value from RGB is 225 - color contains mainly: green. Hex color #BBE11C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBE11C is #441EE3. Grayscale: #BFBFBF. Windows color (decimal): -4464356 or 1892795. OLE color: 1892795.
HSL color Cylindrical-coordinate representation of color #BBE11C: hue angle of 71.57º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BBE11C is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 225 | 28 | - |
| CMYK | 0.17 | 0 | 0.88 | 0.12 |
| HSL | 71.57º | 0.78% | 0.5% | - |
| HSV(B) | 71.57º | 0.88% | 0.88% | - |
| XYZ | 47.63 | 64.5 | 11.04 | - |
| YUV | 191.18 | 35.91 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 225 | 28 | 0.17 | 0 | 0.88 | 0.12 | 71.57 | 0.78 | 0.5 |
| Hex | BB | E1 | 1C | 11 | 0 | 58 | C | 48 | 4E | 32 |
| Octal | 273 | 341 | 34 | 21 | 0 | 130 | 14 | 110 | 116 | 62 |
| Binary | 10111011 | 11100001 | 11100 | 10001 | 0 | 1011000 | 1100 | 1001000 | 1001110 | 110010 |
Color Harmonies of #BBE11C
Complementary color
Monochromatic Colors of #BBE11C
Black with #BBE11C
Text Example
Text Example
White with #BBE11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE11C; }
p { color: rgb(187,225,28); }
H1.HeaderClassName
{
color: #BBE11C;
}
.AnyTagClassName
{
color: #BBE11C;
}
</style>
background-color css
<style>
a { background-color: #BBE11C; }
a { background-color: rgb(187,225,28); }
div.DivClassName
{
background-color: #BBE11C;
}
.BgClassName
{
background-color: #BBE11C;
}
</style>
border-color css
<style>
span { border-color: #BBE11C; }
span { border-color: rgb(187,225,28); }
td.TdClassName
{
border-color: #BBE11C;
}
.TagClassName
{
border-color: #BBE11C;
}
</style>