Shades of Inch Worm #BBEC1C
Tints of Inch Worm #BBEC1C
RGB
CMYK
RGB Variations
Color information
#BBEC1C (or 0xBBEC1C) is known color: Inch Worm. HEX triplet: BB, EC and 1C. RGB value is (187,236,28). Sum of RGB (Red+Green+Blue) = 187+236+28=451 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.46% from 451); Green value is 236 (92.58% from 255 or 52.33% from 451); Blue value is 28 (11.33% from 255 or 6.21% from 451); Max value from RGB is 236 - color contains mainly: green. Hex color #BBEC1C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBEC1C is #4413E3. Grayscale: #C6C6C6. Windows color (decimal): -4461540 or 1895611. OLE color: 1895611.
HSL color Cylindrical-coordinate representation of color #BBEC1C: hue angle of 74.13º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BBEC1C is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 236 | 28 | - |
| CMYK | 0.21 | 0 | 0.88 | 0.07 |
| HSL | 74.13º | 0.85% | 0.52% | - |
| HSV(B) | 74.13º | 0.88% | 0.93% | - |
| XYZ | 50.7 | 70.64 | 12.06 | - |
| YUV | 197.64 | 32.27 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 236 | 28 | 0.21 | 0 | 0.88 | 0.07 | 74.13 | 0.85 | 0.52 |
| Hex | BB | EC | 1C | 15 | 0 | 58 | 7 | 4A | 55 | 34 |
| Octal | 273 | 354 | 34 | 25 | 0 | 130 | 7 | 112 | 125 | 64 |
| Binary | 10111011 | 11101100 | 11100 | 10101 | 0 | 1011000 | 111 | 1001010 | 1010101 | 110100 |
Color Harmonies of #BBEC1C
Complementary color
Monochromatic Colors of #BBEC1C
Black with #BBEC1C
Text Example
Text Example
White with #BBEC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEC1C; }
p { color: rgb(187,236,28); }
H1.HeaderClassName
{
color: #BBEC1C;
}
.AnyTagClassName
{
color: #BBEC1C;
}
</style>
background-color css
<style>
a { background-color: #BBEC1C; }
a { background-color: rgb(187,236,28); }
div.DivClassName
{
background-color: #BBEC1C;
}
.BgClassName
{
background-color: #BBEC1C;
}
</style>
border-color css
<style>
span { border-color: #BBEC1C; }
span { border-color: rgb(187,236,28); }
td.TdClassName
{
border-color: #BBEC1C;
}
.TagClassName
{
border-color: #BBEC1C;
}
</style>