Shades of Inch Worm #BBEC0D
Tints of Inch Worm #BBEC0D
RGB
CMYK
RGB Variations
Color information
#BBEC0D (or 0xBBEC0D) is known color: Inch Worm. HEX triplet: BB, EC and 0D. RGB value is (187,236,13). Sum of RGB (Red+Green+Blue) = 187+236+13=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 236 (92.58% from 255 or 54.13% from 436); Blue value is 13 (5.47% from 255 or 2.98% from 436); Max value from RGB is 236 - color contains mainly: green. Hex color #BBEC0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBEC0D is #4413F2. Grayscale: #C4C4C4. Windows color (decimal): -4461555 or 912571. OLE color: 912571.
HSL color Cylindrical-coordinate representation of color #BBEC0D: hue angle of 73.18º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BBEC0D is Cyan = 0.21, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 236 | 13 | - |
| CMYK | 0.21 | 0 | 0.94 | 0.07 |
| HSL | 73.18º | 0.9% | 0.49% | - |
| HSV(B) | 73.18º | 0.94% | 0.93% | - |
| XYZ | 50.56 | 70.58 | 11.34 | - |
| YUV | 195.93 | 24.77 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 236 | 13 | 0.21 | 0 | 0.94 | 0.07 | 73.18 | 0.9 | 0.49 |
| Hex | BB | EC | D | 15 | 0 | 5E | 7 | 49 | 5A | 31 |
| Octal | 273 | 354 | 15 | 25 | 0 | 136 | 7 | 111 | 132 | 61 |
| Binary | 10111011 | 11101100 | 1101 | 10101 | 0 | 1011110 | 111 | 1001001 | 1011010 | 110001 |
Color Harmonies of #BBEC0D
Complementary color
Monochromatic Colors of #BBEC0D
Black with #BBEC0D
Text Example
Text Example
White with #BBEC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEC0D; }
p { color: rgb(187,236,13); }
H1.HeaderClassName
{
color: #BBEC0D;
}
.AnyTagClassName
{
color: #BBEC0D;
}
</style>
background-color css
<style>
a { background-color: #BBEC0D; }
a { background-color: rgb(187,236,13); }
div.DivClassName
{
background-color: #BBEC0D;
}
.BgClassName
{
background-color: #BBEC0D;
}
</style>
border-color css
<style>
span { border-color: #BBEC0D; }
span { border-color: rgb(187,236,13); }
td.TdClassName
{
border-color: #BBEC0D;
}
.TagClassName
{
border-color: #BBEC0D;
}
</style>