Shades of Inch Worm #BCE014
Tints of Inch Worm #BCE014
RGB
CMYK
RGB Variations
Color information
#BCE014 (or 0xBCE014) is known color: Inch Worm. HEX triplet: BC, E0 and 14. RGB value is (188,224,20). Sum of RGB (Red+Green+Blue) = 188+224+20=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 224 (87.89% from 255 or 51.85% from 432); Blue value is 20 (8.20% from 255 or 4.63% from 432); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE014 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCE014 is #431FEB. Grayscale: #BEBEBE. Windows color (decimal): -4399084 or 1368252. OLE color: 1368252.
HSL color Cylindrical-coordinate representation of color #BCE014: hue angle of 70.59º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BCE014 is Cyan = 0.16, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 224 | 20 | - |
| CMYK | 0.16 | 0 | 0.91 | 0.12 |
| HSL | 70.59º | 0.84% | 0.48% | - |
| HSV(B) | 70.59º | 0.91% | 0.88% | - |
| XYZ | 47.52 | 64.05 | 10.52 | - |
| YUV | 189.98 | 32.07 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 224 | 20 | 0.16 | 0 | 0.91 | 0.12 | 70.59 | 0.84 | 0.48 |
| Hex | BC | E0 | 14 | 10 | 0 | 5B | C | 47 | 54 | 30 |
| Octal | 274 | 340 | 24 | 20 | 0 | 133 | 14 | 107 | 124 | 60 |
| Binary | 10111100 | 11100000 | 10100 | 10000 | 0 | 1011011 | 1100 | 1000111 | 1010100 | 110000 |
Color Harmonies of #BCE014
Complementary color
Monochromatic Colors of #BCE014
Black with #BCE014
Text Example
Text Example
White with #BCE014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE014; }
p { color: rgb(188,224,20); }
H1.HeaderClassName
{
color: #BCE014;
}
.AnyTagClassName
{
color: #BCE014;
}
</style>
background-color css
<style>
a { background-color: #BCE014; }
a { background-color: rgb(188,224,20); }
div.DivClassName
{
background-color: #BCE014;
}
.BgClassName
{
background-color: #BCE014;
}
</style>
border-color css
<style>
span { border-color: #BCE014; }
span { border-color: rgb(188,224,20); }
td.TdClassName
{
border-color: #BCE014;
}
.TagClassName
{
border-color: #BCE014;
}
</style>