Shades of Inch Worm #BCE90C
Tints of Inch Worm #BCE90C
RGB
CMYK
RGB Variations
Color information
#BCE90C (or 0xBCE90C) is known color: Inch Worm. HEX triplet: BC, E9 and 0C. RGB value is (188,233,12). Sum of RGB (Red+Green+Blue) = 188+233+12=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 233 (91.41% from 255 or 53.81% from 433); Blue value is 12 (5.08% from 255 or 2.77% from 433); Max value from RGB is 233 - color contains mainly: green. Hex color #BCE90C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCE90C is #4316F3. Grayscale: #C3C3C3. Windows color (decimal): -4396788 or 846268. OLE color: 846268.
HSL color Cylindrical-coordinate representation of color #BCE90C: hue angle of 72.22º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BCE90C is Cyan = 0.19, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 233 | 12 | - |
| CMYK | 0.19 | 0 | 0.95 | 0.09 |
| HSL | 72.22º | 0.9% | 0.48% | - |
| HSV(B) | 72.22º | 0.95% | 0.91% | - |
| XYZ | 49.94 | 69 | 11.03 | - |
| YUV | 194.35 | 25.09 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 233 | 12 | 0.19 | 0 | 0.95 | 0.09 | 72.22 | 0.9 | 0.48 |
| Hex | BC | E9 | C | 13 | 0 | 5F | 9 | 48 | 5A | 30 |
| Octal | 274 | 351 | 14 | 23 | 0 | 137 | 11 | 110 | 132 | 60 |
| Binary | 10111100 | 11101001 | 1100 | 10011 | 0 | 1011111 | 1001 | 1001000 | 1011010 | 110000 |
Color Harmonies of #BCE90C
Complementary color
Monochromatic Colors of #BCE90C
Black with #BCE90C
Text Example
Text Example
White with #BCE90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE90C; }
p { color: rgb(188,233,12); }
H1.HeaderClassName
{
color: #BCE90C;
}
.AnyTagClassName
{
color: #BCE90C;
}
</style>
background-color css
<style>
a { background-color: #BCE90C; }
a { background-color: rgb(188,233,12); }
div.DivClassName
{
background-color: #BCE90C;
}
.BgClassName
{
background-color: #BCE90C;
}
</style>
border-color css
<style>
span { border-color: #BCE90C; }
span { border-color: rgb(188,233,12); }
td.TdClassName
{
border-color: #BCE90C;
}
.TagClassName
{
border-color: #BCE90C;
}
</style>