Shades of Inch Worm #BCE313
Tints of Inch Worm #BCE313
RGB
CMYK
RGB Variations
Color information
#BCE313 (or 0xBCE313) is known color: Inch Worm. HEX triplet: BC, E3 and 13. RGB value is (188,227,19). Sum of RGB (Red+Green+Blue) = 188+227+19=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 227 (89.06% from 255 or 52.30% from 434); Blue value is 19 (7.81% from 255 or 4.38% from 434); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE313 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCE313 is #431CEC. Grayscale: #C0C0C0. Windows color (decimal): -4398317 or 1303484. OLE color: 1303484.
HSL color Cylindrical-coordinate representation of color #BCE313: hue angle of 71.25º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BCE313 is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 227 | 19 | - |
| CMYK | 0.17 | 0 | 0.92 | 0.11 |
| HSL | 71.25º | 0.85% | 0.48% | - |
| HSV(B) | 71.25º | 0.92% | 0.89% | - |
| XYZ | 48.33 | 65.68 | 10.75 | - |
| YUV | 191.63 | 30.58 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 227 | 19 | 0.17 | 0 | 0.92 | 0.11 | 71.25 | 0.85 | 0.48 |
| Hex | BC | E3 | 13 | 11 | 0 | 5C | B | 47 | 55 | 30 |
| Octal | 274 | 343 | 23 | 21 | 0 | 134 | 13 | 107 | 125 | 60 |
| Binary | 10111100 | 11100011 | 10011 | 10001 | 0 | 1011100 | 1011 | 1000111 | 1010101 | 110000 |
Color Harmonies of #BCE313
Complementary color
Monochromatic Colors of #BCE313
Black with #BCE313
Text Example
Text Example
White with #BCE313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE313; }
p { color: rgb(188,227,19); }
H1.HeaderClassName
{
color: #BCE313;
}
.AnyTagClassName
{
color: #BCE313;
}
</style>
background-color css
<style>
a { background-color: #BCE313; }
a { background-color: rgb(188,227,19); }
div.DivClassName
{
background-color: #BCE313;
}
.BgClassName
{
background-color: #BCE313;
}
</style>
border-color css
<style>
span { border-color: #BCE313; }
span { border-color: rgb(188,227,19); }
td.TdClassName
{
border-color: #BCE313;
}
.TagClassName
{
border-color: #BCE313;
}
</style>