Shades of Inch Worm #BCE020
Tints of Inch Worm #BCE020
RGB
CMYK
RGB Variations
Color information
#BCE020 (or 0xBCE020) is known color: Inch Worm. HEX triplet: BC, E0 and 20. RGB value is (188,224,32). Sum of RGB (Red+Green+Blue) = 188+224+32=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 224 (87.89% from 255 or 50.45% from 444); Blue value is 32 (12.89% from 255 or 7.21% from 444); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE020 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE020 is #431FDF. Grayscale: #C0C0C0. Windows color (decimal): -4399072 or 2154684. OLE color: 2154684.
HSL color Cylindrical-coordinate representation of color #BCE020: hue angle of 71.25º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BCE020 is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 224 | 32 | - |
| CMYK | 0.16 | 0 | 0.86 | 0.12 |
| HSL | 71.25º | 0.76% | 0.5% | - |
| HSV(B) | 71.25º | 0.86% | 0.88% | - |
| XYZ | 47.66 | 64.11 | 11.23 | - |
| YUV | 191.35 | 38.07 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 224 | 32 | 0.16 | 0 | 0.86 | 0.12 | 71.25 | 0.76 | 0.5 |
| Hex | BC | E0 | 20 | 10 | 0 | 56 | C | 47 | 4C | 32 |
| Octal | 274 | 340 | 40 | 20 | 0 | 126 | 14 | 107 | 114 | 62 |
| Binary | 10111100 | 11100000 | 100000 | 10000 | 0 | 1010110 | 1100 | 1000111 | 1001100 | 110010 |
Color Harmonies of #BCE020
Complementary color
Monochromatic Colors of #BCE020
Black with #BCE020
Text Example
Text Example
White with #BCE020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE020; }
p { color: rgb(188,224,32); }
H1.HeaderClassName
{
color: #BCE020;
}
.AnyTagClassName
{
color: #BCE020;
}
</style>
background-color css
<style>
a { background-color: #BCE020; }
a { background-color: rgb(188,224,32); }
div.DivClassName
{
background-color: #BCE020;
}
.BgClassName
{
background-color: #BCE020;
}
</style>
border-color css
<style>
span { border-color: #BCE020; }
span { border-color: rgb(188,224,32); }
td.TdClassName
{
border-color: #BCE020;
}
.TagClassName
{
border-color: #BCE020;
}
</style>