Shades of Inch Worm #BBEC0C
Tints of Inch Worm #BBEC0C
RGB
CMYK
RGB Variations
Color information
#BBEC0C (or 0xBBEC0C) is known color: Inch Worm. HEX triplet: BB, EC and 0C. RGB value is (187,236,12). Sum of RGB (Red+Green+Blue) = 187+236+12=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 236 (92.58% from 255 or 54.25% from 435); Blue value is 12 (5.08% from 255 or 2.76% from 435); Max value from RGB is 236 - color contains mainly: green. Hex color #BBEC0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBEC0C is #4413F3. Grayscale: #C4C4C4. Windows color (decimal): -4461556 or 847035. OLE color: 847035.
HSL color Cylindrical-coordinate representation of color #BBEC0C: hue angle of 73.12º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BBEC0C is Cyan = 0.21, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 236 | 12 | - |
| CMYK | 0.21 | 0 | 0.95 | 0.07 |
| HSL | 73.13º | 0.9% | 0.49% | - |
| HSV(B) | 73.13º | 0.95% | 0.93% | - |
| XYZ | 50.56 | 70.58 | 11.31 | - |
| YUV | 195.81 | 24.27 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 236 | 12 | 0.21 | 0 | 0.95 | 0.07 | 73.13 | 0.9 | 0.49 |
| Hex | BB | EC | C | 15 | 0 | 5F | 7 | 49 | 5A | 31 |
| Octal | 273 | 354 | 14 | 25 | 0 | 137 | 7 | 111 | 132 | 61 |
| Binary | 10111011 | 11101100 | 1100 | 10101 | 0 | 1011111 | 111 | 1001001 | 1011010 | 110001 |
Color Harmonies of #BBEC0C
Complementary color
Monochromatic Colors of #BBEC0C
Black with #BBEC0C
Text Example
Text Example
White with #BBEC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEC0C; }
p { color: rgb(187,236,12); }
H1.HeaderClassName
{
color: #BBEC0C;
}
.AnyTagClassName
{
color: #BBEC0C;
}
</style>
background-color css
<style>
a { background-color: #BBEC0C; }
a { background-color: rgb(187,236,12); }
div.DivClassName
{
background-color: #BBEC0C;
}
.BgClassName
{
background-color: #BBEC0C;
}
</style>
border-color css
<style>
span { border-color: #BBEC0C; }
span { border-color: rgb(187,236,12); }
td.TdClassName
{
border-color: #BBEC0C;
}
.TagClassName
{
border-color: #BBEC0C;
}
</style>