Shades of Inch Worm #BCE80D
Tints of Inch Worm #BCE80D
RGB
CMYK
RGB Variations
Color information
#BCE80D (or 0xBCE80D) is known color: Inch Worm. HEX triplet: BC, E8 and 0D. RGB value is (188,232,13). Sum of RGB (Red+Green+Blue) = 188+232+13=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 232 (91.02% from 255 or 53.58% from 433); Blue value is 13 (5.47% from 255 or 3.00% from 433); Max value from RGB is 232 - color contains mainly: green. Hex color #BCE80D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCE80D is #4317F2. Grayscale: #C2C2C2. Windows color (decimal): -4397043 or 911548. OLE color: 911548.
HSL color Cylindrical-coordinate representation of color #BCE80D: hue angle of 72.05º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BCE80D is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 232 | 13 | - |
| CMYK | 0.19 | 0 | 0.94 | 0.09 |
| HSL | 72.05º | 0.89% | 0.48% | - |
| HSV(B) | 72.05º | 0.94% | 0.91% | - |
| XYZ | 49.67 | 68.43 | 10.97 | - |
| YUV | 193.88 | 25.92 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 232 | 13 | 0.19 | 0 | 0.94 | 0.09 | 72.05 | 0.89 | 0.48 |
| Hex | BC | E8 | D | 13 | 0 | 5E | 9 | 48 | 59 | 30 |
| Octal | 274 | 350 | 15 | 23 | 0 | 136 | 11 | 110 | 131 | 60 |
| Binary | 10111100 | 11101000 | 1101 | 10011 | 0 | 1011110 | 1001 | 1001000 | 1011001 | 110000 |
Color Harmonies of #BCE80D
Complementary color
Monochromatic Colors of #BCE80D
Black with #BCE80D
Text Example
Text Example
White with #BCE80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE80D; }
p { color: rgb(188,232,13); }
H1.HeaderClassName
{
color: #BCE80D;
}
.AnyTagClassName
{
color: #BCE80D;
}
</style>
background-color css
<style>
a { background-color: #BCE80D; }
a { background-color: rgb(188,232,13); }
div.DivClassName
{
background-color: #BCE80D;
}
.BgClassName
{
background-color: #BCE80D;
}
</style>
border-color css
<style>
span { border-color: #BCE80D; }
span { border-color: rgb(188,232,13); }
td.TdClassName
{
border-color: #BCE80D;
}
.TagClassName
{
border-color: #BCE80D;
}
</style>