Shades of Inch Worm #BCE316
Tints of Inch Worm #BCE316
RGB
CMYK
RGB Variations
Color information
#BCE316 (or 0xBCE316) is known color: Inch Worm. HEX triplet: BC, E3 and 16. RGB value is (188,227,22). Sum of RGB (Red+Green+Blue) = 188+227+22=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 227 (89.06% from 255 or 51.95% from 437); Blue value is 22 (8.98% from 255 or 5.03% from 437); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE316 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCE316 is #431CE9. Grayscale: #C0C0C0. Windows color (decimal): -4398314 or 1500092. OLE color: 1500092.
HSL color Cylindrical-coordinate representation of color #BCE316: hue angle of 71.41º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BCE316 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 227 | 22 | - |
| CMYK | 0.17 | 0 | 0.90 | 0.11 |
| HSL | 71.41º | 0.82% | 0.49% | - |
| HSV(B) | 71.41º | 0.9% | 0.89% | - |
| XYZ | 48.35 | 65.69 | 10.89 | - |
| YUV | 191.97 | 32.08 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 227 | 22 | 0.17 | 0 | 0.90 | 0.11 | 71.41 | 0.82 | 0.49 |
| Hex | BC | E3 | 16 | 11 | 0 | 5A | B | 47 | 52 | 31 |
| Octal | 274 | 343 | 26 | 21 | 0 | 132 | 13 | 107 | 122 | 61 |
| Binary | 10111100 | 11100011 | 10110 | 10001 | 0 | 1011010 | 1011 | 1000111 | 1010010 | 110001 |
Color Harmonies of #BCE316
Complementary color
Monochromatic Colors of #BCE316
Black with #BCE316
Text Example
Text Example
White with #BCE316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE316; }
p { color: rgb(188,227,22); }
H1.HeaderClassName
{
color: #BCE316;
}
.AnyTagClassName
{
color: #BCE316;
}
</style>
background-color css
<style>
a { background-color: #BCE316; }
a { background-color: rgb(188,227,22); }
div.DivClassName
{
background-color: #BCE316;
}
.BgClassName
{
background-color: #BCE316;
}
</style>
border-color css
<style>
span { border-color: #BCE316; }
span { border-color: rgb(188,227,22); }
td.TdClassName
{
border-color: #BCE316;
}
.TagClassName
{
border-color: #BCE316;
}
</style>