Shades of Inch Worm #BBEC03
Tints of Inch Worm #BBEC03
RGB
CMYK
RGB Variations
Color information
#BBEC03 (or 0xBBEC03) is known color: Inch Worm. HEX triplet: BB, EC and 03. RGB value is (187,236,3). Sum of RGB (Red+Green+Blue) = 187+236+3=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 236 (92.58% from 255 or 55.40% from 426); Blue value is 3 (1.56% from 255 or 0.70% from 426); Max value from RGB is 236 - color contains mainly: green. Hex color #BBEC03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBEC03 is #4413FC. Grayscale: #C3C3C3. Windows color (decimal): -4461565 or 257211. OLE color: 257211.
HSL color Cylindrical-coordinate representation of color #BBEC03: hue angle of 72.62º degrees, saturation: 0.97, 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 #BBEC03 is Cyan = 0.21, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 236 | 3 | - |
| CMYK | 0.21 | 0 | 0.99 | 0.07 |
| HSL | 72.62º | 0.97% | 0.47% | - |
| HSV(B) | 72.62º | 0.99% | 0.93% | - |
| XYZ | 50.51 | 70.56 | 11.04 | - |
| YUV | 194.79 | 19.77 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 236 | 3 | 0.21 | 0 | 0.99 | 0.07 | 72.62 | 0.97 | 0.47 |
| Hex | BB | EC | 3 | 15 | 0 | 63 | 7 | 49 | 61 | 2F |
| Octal | 273 | 354 | 3 | 25 | 0 | 143 | 7 | 111 | 141 | 57 |
| Binary | 10111011 | 11101100 | 11 | 10101 | 0 | 1100011 | 111 | 1001001 | 1100001 | 101111 |
Color Harmonies of #BBEC03
Complementary color
Monochromatic Colors of #BBEC03
Black with #BBEC03
Text Example
Text Example
White with #BBEC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEC03; }
p { color: rgb(187,236,3); }
H1.HeaderClassName
{
color: #BBEC03;
}
.AnyTagClassName
{
color: #BBEC03;
}
</style>
background-color css
<style>
a { background-color: #BBEC03; }
a { background-color: rgb(187,236,3); }
div.DivClassName
{
background-color: #BBEC03;
}
.BgClassName
{
background-color: #BBEC03;
}
</style>
border-color css
<style>
span { border-color: #BBEC03; }
span { border-color: rgb(187,236,3); }
td.TdClassName
{
border-color: #BBEC03;
}
.TagClassName
{
border-color: #BBEC03;
}
</style>