Shades of Inch Worm #BCD710
Tints of Inch Worm #BCD710
RGB
CMYK
RGB Variations
Color information
#BCD710 (or 0xBCD710) is known color: Inch Worm. HEX triplet: BC, D7 and 10. RGB value is (188,215,16). Sum of RGB (Red+Green+Blue) = 188+215+16=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 215 (84.38% from 255 or 51.31% from 419); Blue value is 16 (6.64% from 255 or 3.82% from 419); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD710 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD710 is #4328EF. Grayscale: #B9B9B9. Windows color (decimal): -4401392 or 1103804. OLE color: 1103804.
HSL color Cylindrical-coordinate representation of color #BCD710: hue angle of 68.14º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BCD710 is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 215 | 16 | - |
| CMYK | 0.13 | 0 | 0.93 | 0.16 |
| HSL | 68.14º | 0.86% | 0.45% | - |
| HSV(B) | 68.14º | 0.93% | 0.84% | - |
| XYZ | 45.13 | 59.33 | 9.56 | - |
| YUV | 184.24 | 33.05 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 215 | 16 | 0.13 | 0 | 0.93 | 0.16 | 68.14 | 0.86 | 0.45 |
| Hex | BC | D7 | 10 | D | 0 | 5D | 10 | 44 | 56 | 2D |
| Octal | 274 | 327 | 20 | 15 | 0 | 135 | 20 | 104 | 126 | 55 |
| Binary | 10111100 | 11010111 | 10000 | 1101 | 0 | 1011101 | 10000 | 1000100 | 1010110 | 101101 |
Color Harmonies of #BCD710
Complementary color
Monochromatic Colors of #BCD710
Black with #BCD710
Text Example
Text Example
White with #BCD710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD710; }
p { color: rgb(188,215,16); }
H1.HeaderClassName
{
color: #BCD710;
}
.AnyTagClassName
{
color: #BCD710;
}
</style>
background-color css
<style>
a { background-color: #BCD710; }
a { background-color: rgb(188,215,16); }
div.DivClassName
{
background-color: #BCD710;
}
.BgClassName
{
background-color: #BCD710;
}
</style>
border-color css
<style>
span { border-color: #BCD710; }
span { border-color: rgb(188,215,16); }
td.TdClassName
{
border-color: #BCD710;
}
.TagClassName
{
border-color: #BCD710;
}
</style>