Shades of Inch Worm #BCE315
Tints of Inch Worm #BCE315
RGB
CMYK
RGB Variations
Color information
#BCE315 (or 0xBCE315) is known color: Inch Worm. HEX triplet: BC, E3 and 15. RGB value is (188,227,21). Sum of RGB (Red+Green+Blue) = 188+227+21=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 227 (89.06% from 255 or 52.06% from 436); Blue value is 21 (8.59% from 255 or 4.82% from 436); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE315 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCE315 is #431CEA. Grayscale: #C0C0C0. Windows color (decimal): -4398315 or 1434556. OLE color: 1434556.
HSL color Cylindrical-coordinate representation of color #BCE315: hue angle of 71.36º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BCE315 is Cyan = 0.17, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 227 | 21 | - |
| CMYK | 0.17 | 0 | 0.91 | 0.11 |
| HSL | 71.36º | 0.83% | 0.49% | - |
| HSV(B) | 71.36º | 0.91% | 0.89% | - |
| XYZ | 48.34 | 65.68 | 10.84 | - |
| YUV | 191.86 | 31.58 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 227 | 21 | 0.17 | 0 | 0.91 | 0.11 | 71.36 | 0.83 | 0.49 |
| Hex | BC | E3 | 15 | 11 | 0 | 5B | B | 47 | 53 | 31 |
| Octal | 274 | 343 | 25 | 21 | 0 | 133 | 13 | 107 | 123 | 61 |
| Binary | 10111100 | 11100011 | 10101 | 10001 | 0 | 1011011 | 1011 | 1000111 | 1010011 | 110001 |
Color Harmonies of #BCE315
Complementary color
Monochromatic Colors of #BCE315
Black with #BCE315
Text Example
Text Example
White with #BCE315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE315; }
p { color: rgb(188,227,21); }
H1.HeaderClassName
{
color: #BCE315;
}
.AnyTagClassName
{
color: #BCE315;
}
</style>
background-color css
<style>
a { background-color: #BCE315; }
a { background-color: rgb(188,227,21); }
div.DivClassName
{
background-color: #BCE315;
}
.BgClassName
{
background-color: #BCE315;
}
</style>
border-color css
<style>
span { border-color: #BCE315; }
span { border-color: rgb(188,227,21); }
td.TdClassName
{
border-color: #BCE315;
}
.TagClassName
{
border-color: #BCE315;
}
</style>