Shades of Inch Worm #BCE017
Tints of Inch Worm #BCE017
RGB
CMYK
RGB Variations
Color information
#BCE017 (or 0xBCE017) is known color: Inch Worm. HEX triplet: BC, E0 and 17. RGB value is (188,224,23). Sum of RGB (Red+Green+Blue) = 188+224+23=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 224 (87.89% from 255 or 51.49% from 435); Blue value is 23 (9.38% from 255 or 5.29% from 435); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE017 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCE017 is #431FE8. Grayscale: #BFBFBF. Windows color (decimal): -4399081 or 1564860. OLE color: 1564860.
HSL color Cylindrical-coordinate representation of color #BCE017: hue angle of 70.75º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BCE017 is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 224 | 23 | - |
| CMYK | 0.16 | 0 | 0.90 | 0.12 |
| HSL | 70.75º | 0.81% | 0.48% | - |
| HSV(B) | 70.75º | 0.9% | 0.88% | - |
| XYZ | 47.55 | 64.06 | 10.67 | - |
| YUV | 190.32 | 33.57 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 224 | 23 | 0.16 | 0 | 0.90 | 0.12 | 70.75 | 0.81 | 0.48 |
| Hex | BC | E0 | 17 | 10 | 0 | 5A | C | 47 | 51 | 30 |
| Octal | 274 | 340 | 27 | 20 | 0 | 132 | 14 | 107 | 121 | 60 |
| Binary | 10111100 | 11100000 | 10111 | 10000 | 0 | 1011010 | 1100 | 1000111 | 1010001 | 110000 |
Color Harmonies of #BCE017
Complementary color
Monochromatic Colors of #BCE017
Black with #BCE017
Text Example
Text Example
White with #BCE017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE017; }
p { color: rgb(188,224,23); }
H1.HeaderClassName
{
color: #BCE017;
}
.AnyTagClassName
{
color: #BCE017;
}
</style>
background-color css
<style>
a { background-color: #BCE017; }
a { background-color: rgb(188,224,23); }
div.DivClassName
{
background-color: #BCE017;
}
.BgClassName
{
background-color: #BCE017;
}
</style>
border-color css
<style>
span { border-color: #BCE017; }
span { border-color: rgb(188,224,23); }
td.TdClassName
{
border-color: #BCE017;
}
.TagClassName
{
border-color: #BCE017;
}
</style>