Shades of Inch Worm #BBEC02
Tints of Inch Worm #BBEC02
RGB
CMYK
RGB Variations
Color information
#BBEC02 (or 0xBBEC02) is known color: Inch Worm. HEX triplet: BB, EC and 02. RGB value is (187,236,2). Sum of RGB (Red+Green+Blue) = 187+236+2=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 236 (92.58% from 255 or 55.53% from 425); Blue value is 2 (1.17% from 255 or 0.47% from 425); Max value from RGB is 236 - color contains mainly: green. Hex color #BBEC02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBEC02 is #4413FD. Grayscale: #C3C3C3. Windows color (decimal): -4461566 or 191675. OLE color: 191675.
HSL color Cylindrical-coordinate representation of color #BBEC02: hue angle of 72.56º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BBEC02 is Cyan = 0.21, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 236 | 2 | - |
| CMYK | 0.21 | 0 | 0.99 | 0.07 |
| HSL | 72.56º | 0.98% | 0.47% | - |
| HSV(B) | 72.56º | 0.99% | 0.93% | - |
| XYZ | 50.5 | 70.56 | 11.02 | - |
| YUV | 194.67 | 19.27 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 236 | 2 | 0.21 | 0 | 0.99 | 0.07 | 72.56 | 0.98 | 0.47 |
| Hex | BB | EC | 2 | 15 | 0 | 63 | 7 | 49 | 62 | 2F |
| Octal | 273 | 354 | 2 | 25 | 0 | 143 | 7 | 111 | 142 | 57 |
| Binary | 10111011 | 11101100 | 10 | 10101 | 0 | 1100011 | 111 | 1001001 | 1100010 | 101111 |
Color Harmonies of #BBEC02
Complementary color
Monochromatic Colors of #BBEC02
Black with #BBEC02
Text Example
Text Example
White with #BBEC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEC02; }
p { color: rgb(187,236,2); }
H1.HeaderClassName
{
color: #BBEC02;
}
.AnyTagClassName
{
color: #BBEC02;
}
</style>
background-color css
<style>
a { background-color: #BBEC02; }
a { background-color: rgb(187,236,2); }
div.DivClassName
{
background-color: #BBEC02;
}
.BgClassName
{
background-color: #BBEC02;
}
</style>
border-color css
<style>
span { border-color: #BBEC02; }
span { border-color: rgb(187,236,2); }
td.TdClassName
{
border-color: #BBEC02;
}
.TagClassName
{
border-color: #BBEC02;
}
</style>