Shades of Inch Worm #BCE813
Tints of Inch Worm #BCE813
RGB
CMYK
RGB Variations
Color information
#BCE813 (or 0xBCE813) is known color: Inch Worm. HEX triplet: BC, E8 and 13. RGB value is (188,232,19). Sum of RGB (Red+Green+Blue) = 188+232+19=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 232 (91.02% from 255 or 52.85% from 439); Blue value is 19 (7.81% from 255 or 4.33% from 439); Max value from RGB is 232 - color contains mainly: green. Hex color #BCE813 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCE813 is #4317EC. Grayscale: #C3C3C3. Windows color (decimal): -4397037 or 1304764. OLE color: 1304764.
HSL color Cylindrical-coordinate representation of color #BCE813: hue angle of 72.39º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BCE813 is Cyan = 0.19, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 232 | 19 | - |
| CMYK | 0.19 | 0 | 0.92 | 0.09 |
| HSL | 72.39º | 0.85% | 0.49% | - |
| HSV(B) | 72.39º | 0.92% | 0.91% | - |
| XYZ | 49.71 | 68.45 | 11.21 | - |
| YUV | 194.56 | 28.92 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 232 | 19 | 0.19 | 0 | 0.92 | 0.09 | 72.39 | 0.85 | 0.49 |
| Hex | BC | E8 | 13 | 13 | 0 | 5C | 9 | 48 | 55 | 31 |
| Octal | 274 | 350 | 23 | 23 | 0 | 134 | 11 | 110 | 125 | 61 |
| Binary | 10111100 | 11101000 | 10011 | 10011 | 0 | 1011100 | 1001 | 1001000 | 1010101 | 110001 |
Color Harmonies of #BCE813
Complementary color
Monochromatic Colors of #BCE813
Black with #BCE813
Text Example
Text Example
White with #BCE813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE813; }
p { color: rgb(188,232,19); }
H1.HeaderClassName
{
color: #BCE813;
}
.AnyTagClassName
{
color: #BCE813;
}
</style>
background-color css
<style>
a { background-color: #BCE813; }
a { background-color: rgb(188,232,19); }
div.DivClassName
{
background-color: #BCE813;
}
.BgClassName
{
background-color: #BCE813;
}
</style>
border-color css
<style>
span { border-color: #BCE813; }
span { border-color: rgb(188,232,19); }
td.TdClassName
{
border-color: #BCE813;
}
.TagClassName
{
border-color: #BCE813;
}
</style>