Shades of Inch Worm #BCE820
Tints of Inch Worm #BCE820
RGB
CMYK
RGB Variations
Color information
#BCE820 (or 0xBCE820) is known color: Inch Worm. HEX triplet: BC, E8 and 20. RGB value is (188,232,32). Sum of RGB (Red+Green+Blue) = 188+232+32=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 232 (91.02% from 255 or 51.33% from 452); Blue value is 32 (12.89% from 255 or 7.08% from 452); Max value from RGB is 232 - color contains mainly: green. Hex color #BCE820 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCE820 is #4317DF. Grayscale: #C4C4C4. Windows color (decimal): -4397024 or 2156732. OLE color: 2156732.
HSL color Cylindrical-coordinate representation of color #BCE820: hue angle of 73.2º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BCE820 is Cyan = 0.19, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 232 | 32 | - |
| CMYK | 0.19 | 0 | 0.86 | 0.09 |
| HSL | 73.2º | 0.81% | 0.52% | - |
| HSV(B) | 73.2º | 0.86% | 0.91% | - |
| XYZ | 49.86 | 68.51 | 11.96 | - |
| YUV | 196.04 | 35.42 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 232 | 32 | 0.19 | 0 | 0.86 | 0.09 | 73.2 | 0.81 | 0.52 |
| Hex | BC | E8 | 20 | 13 | 0 | 56 | 9 | 49 | 51 | 34 |
| Octal | 274 | 350 | 40 | 23 | 0 | 126 | 11 | 111 | 121 | 64 |
| Binary | 10111100 | 11101000 | 100000 | 10011 | 0 | 1010110 | 1001 | 1001001 | 1010001 | 110100 |
Color Harmonies of #BCE820
Complementary color
Monochromatic Colors of #BCE820
Black with #BCE820
Text Example
Text Example
White with #BCE820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE820; }
p { color: rgb(188,232,32); }
H1.HeaderClassName
{
color: #BCE820;
}
.AnyTagClassName
{
color: #BCE820;
}
</style>
background-color css
<style>
a { background-color: #BCE820; }
a { background-color: rgb(188,232,32); }
div.DivClassName
{
background-color: #BCE820;
}
.BgClassName
{
background-color: #BCE820;
}
</style>
border-color css
<style>
span { border-color: #BCE820; }
span { border-color: rgb(188,232,32); }
td.TdClassName
{
border-color: #BCE820;
}
.TagClassName
{
border-color: #BCE820;
}
</style>