Shades of Inch Worm #BCE117
Tints of Inch Worm #BCE117
RGB
CMYK
RGB Variations
Color information
#BCE117 (or 0xBCE117) is known color: Inch Worm. HEX triplet: BC, E1 and 17. RGB value is (188,225,23). Sum of RGB (Red+Green+Blue) = 188+225+23=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 225 (88.28% from 255 or 51.61% from 436); Blue value is 23 (9.38% from 255 or 5.28% from 436); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE117 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCE117 is #431EE8. Grayscale: #BFBFBF. Windows color (decimal): -4398825 or 1565116. OLE color: 1565116.
HSL color Cylindrical-coordinate representation of color #BCE117: hue angle of 70.99º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BCE117 is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 225 | 23 | - |
| CMYK | 0.16 | 0 | 0.90 | 0.12 |
| HSL | 70.99º | 0.81% | 0.49% | - |
| HSV(B) | 70.99º | 0.9% | 0.88% | - |
| XYZ | 47.82 | 64.6 | 10.76 | - |
| YUV | 190.91 | 33.24 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 225 | 23 | 0.16 | 0 | 0.90 | 0.12 | 70.99 | 0.81 | 0.49 |
| Hex | BC | E1 | 17 | 10 | 0 | 5A | C | 47 | 51 | 31 |
| Octal | 274 | 341 | 27 | 20 | 0 | 132 | 14 | 107 | 121 | 61 |
| Binary | 10111100 | 11100001 | 10111 | 10000 | 0 | 1011010 | 1100 | 1000111 | 1010001 | 110001 |
Color Harmonies of #BCE117
Complementary color
Monochromatic Colors of #BCE117
Black with #BCE117
Text Example
Text Example
White with #BCE117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE117; }
p { color: rgb(188,225,23); }
H1.HeaderClassName
{
color: #BCE117;
}
.AnyTagClassName
{
color: #BCE117;
}
</style>
background-color css
<style>
a { background-color: #BCE117; }
a { background-color: rgb(188,225,23); }
div.DivClassName
{
background-color: #BCE117;
}
.BgClassName
{
background-color: #BCE117;
}
</style>
border-color css
<style>
span { border-color: #BCE117; }
span { border-color: rgb(188,225,23); }
td.TdClassName
{
border-color: #BCE117;
}
.TagClassName
{
border-color: #BCE117;
}
</style>