Shades of Inch Worm #BCE31D
Tints of Inch Worm #BCE31D
RGB
CMYK
RGB Variations
Color information
#BCE31D (or 0xBCE31D) is known color: Inch Worm. HEX triplet: BC, E3 and 1D. RGB value is (188,227,29). Sum of RGB (Red+Green+Blue) = 188+227+29=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 227 (89.06% from 255 or 51.13% from 444); Blue value is 29 (11.72% from 255 or 6.53% from 444); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE31D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE31D is #431CE2. Grayscale: #C1C1C1. Windows color (decimal): -4398307 or 1958844. OLE color: 1958844.
HSL color Cylindrical-coordinate representation of color #BCE31D: hue angle of 71.82º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BCE31D is Cyan = 0.17, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 227 | 29 | - |
| CMYK | 0.17 | 0 | 0.87 | 0.11 |
| HSL | 71.82º | 0.78% | 0.5% | - |
| HSV(B) | 71.82º | 0.87% | 0.89% | - |
| XYZ | 48.43 | 65.72 | 11.29 | - |
| YUV | 192.77 | 35.58 | 124.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 227 | 29 | 0.17 | 0 | 0.87 | 0.11 | 71.82 | 0.78 | 0.5 |
| Hex | BC | E3 | 1D | 11 | 0 | 57 | B | 48 | 4E | 32 |
| Octal | 274 | 343 | 35 | 21 | 0 | 127 | 13 | 110 | 116 | 62 |
| Binary | 10111100 | 11100011 | 11101 | 10001 | 0 | 1010111 | 1011 | 1001000 | 1001110 | 110010 |
Color Harmonies of #BCE31D
Complementary color
Monochromatic Colors of #BCE31D
Black with #BCE31D
Text Example
Text Example
White with #BCE31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE31D; }
p { color: rgb(188,227,29); }
H1.HeaderClassName
{
color: #BCE31D;
}
.AnyTagClassName
{
color: #BCE31D;
}
</style>
background-color css
<style>
a { background-color: #BCE31D; }
a { background-color: rgb(188,227,29); }
div.DivClassName
{
background-color: #BCE31D;
}
.BgClassName
{
background-color: #BCE31D;
}
</style>
border-color css
<style>
span { border-color: #BCE31D; }
span { border-color: rgb(188,227,29); }
td.TdClassName
{
border-color: #BCE31D;
}
.TagClassName
{
border-color: #BCE31D;
}
</style>