Shades of Inch Worm #BCD806
Tints of Inch Worm #BCD806
RGB
CMYK
RGB Variations
Color information
#BCD806 (or 0xBCD806) is known color: Inch Worm. HEX triplet: BC, D8 and 06. RGB value is (188,216,6). Sum of RGB (Red+Green+Blue) = 188+216+6=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 216 (84.77% from 255 or 52.68% from 410); Blue value is 6 (2.73% from 255 or 1.46% from 410); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD806 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD806 is #4327F9. Grayscale: #B8B8B8. Windows color (decimal): -4401146 or 448700. OLE color: 448700.
HSL color Cylindrical-coordinate representation of color #BCD806: hue angle of 68º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BCD806 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 216 | 6 | - |
| CMYK | 0.13 | 0 | 0.97 | 0.15 |
| HSL | 68º | 0.95% | 0.44% | - |
| HSV(B) | 68º | 0.97% | 0.85% | - |
| XYZ | 45.33 | 59.82 | 9.33 | - |
| YUV | 183.69 | 27.72 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 216 | 6 | 0.13 | 0 | 0.97 | 0.15 | 68 | 0.95 | 0.44 |
| Hex | BC | D8 | 6 | D | 0 | 61 | F | 44 | 5F | 2C |
| Octal | 274 | 330 | 6 | 15 | 0 | 141 | 17 | 104 | 137 | 54 |
| Binary | 10111100 | 11011000 | 110 | 1101 | 0 | 1100001 | 1111 | 1000100 | 1011111 | 101100 |
Color Harmonies of #BCD806
Complementary color
Monochromatic Colors of #BCD806
Black with #BCD806
Text Example
Text Example
White with #BCD806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD806; }
p { color: rgb(188,216,6); }
H1.HeaderClassName
{
color: #BCD806;
}
.AnyTagClassName
{
color: #BCD806;
}
</style>
background-color css
<style>
a { background-color: #BCD806; }
a { background-color: rgb(188,216,6); }
div.DivClassName
{
background-color: #BCD806;
}
.BgClassName
{
background-color: #BCD806;
}
</style>
border-color css
<style>
span { border-color: #BCD806; }
span { border-color: rgb(188,216,6); }
td.TdClassName
{
border-color: #BCD806;
}
.TagClassName
{
border-color: #BCD806;
}
</style>