Shades of Inch Worm #BCE710
Tints of Inch Worm #BCE710
RGB
CMYK
RGB Variations
Color information
#BCE710 (or 0xBCE710) is known color: Inch Worm. HEX triplet: BC, E7 and 10. RGB value is (188,231,16). Sum of RGB (Red+Green+Blue) = 188+231+16=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 231 (90.62% from 255 or 53.10% from 435); Blue value is 16 (6.64% from 255 or 3.68% from 435); Max value from RGB is 231 - color contains mainly: green. Hex color #BCE710 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCE710 is #4318EF. Grayscale: #C2C2C2. Windows color (decimal): -4397296 or 1107900. OLE color: 1107900.
HSL color Cylindrical-coordinate representation of color #BCE710: hue angle of 72º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BCE710 is Cyan = 0.19, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 231 | 16 | - |
| CMYK | 0.19 | 0 | 0.93 | 0.09 |
| HSL | 72º | 0.87% | 0.48% | - |
| HSV(B) | 72º | 0.93% | 0.91% | - |
| XYZ | 49.41 | 67.88 | 10.99 | - |
| YUV | 193.63 | 27.75 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 231 | 16 | 0.19 | 0 | 0.93 | 0.09 | 72 | 0.87 | 0.48 |
| Hex | BC | E7 | 10 | 13 | 0 | 5D | 9 | 48 | 57 | 30 |
| Octal | 274 | 347 | 20 | 23 | 0 | 135 | 11 | 110 | 127 | 60 |
| Binary | 10111100 | 11100111 | 10000 | 10011 | 0 | 1011101 | 1001 | 1001000 | 1010111 | 110000 |
Color Harmonies of #BCE710
Complementary color
Monochromatic Colors of #BCE710
Black with #BCE710
Text Example
Text Example
White with #BCE710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE710; }
p { color: rgb(188,231,16); }
H1.HeaderClassName
{
color: #BCE710;
}
.AnyTagClassName
{
color: #BCE710;
}
</style>
background-color css
<style>
a { background-color: #BCE710; }
a { background-color: rgb(188,231,16); }
div.DivClassName
{
background-color: #BCE710;
}
.BgClassName
{
background-color: #BCE710;
}
</style>
border-color css
<style>
span { border-color: #BCE710; }
span { border-color: rgb(188,231,16); }
td.TdClassName
{
border-color: #BCE710;
}
.TagClassName
{
border-color: #BCE710;
}
</style>