Shades of Inch Worm #BCD811
Tints of Inch Worm #BCD811
RGB
CMYK
RGB Variations
Color information
#BCD811 (or 0xBCD811) is known color: Inch Worm. HEX triplet: BC, D8 and 11. RGB value is (188,216,17). Sum of RGB (Red+Green+Blue) = 188+216+17=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 216 (84.77% from 255 or 51.31% from 421); Blue value is 17 (7.03% from 255 or 4.04% from 421); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD811 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD811 is #4327EE. Grayscale: #B9B9B9. Windows color (decimal): -4401135 or 1169596. OLE color: 1169596.
HSL color Cylindrical-coordinate representation of color #BCD811: hue angle of 68.44º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BCD811 is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 216 | 17 | - |
| CMYK | 0.13 | 0 | 0.92 | 0.15 |
| HSL | 68.44º | 0.85% | 0.46% | - |
| HSV(B) | 68.44º | 0.92% | 0.85% | - |
| XYZ | 45.4 | 59.84 | 9.69 | - |
| YUV | 184.94 | 33.22 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 216 | 17 | 0.13 | 0 | 0.92 | 0.15 | 68.44 | 0.85 | 0.46 |
| Hex | BC | D8 | 11 | D | 0 | 5C | F | 44 | 55 | 2E |
| Octal | 274 | 330 | 21 | 15 | 0 | 134 | 17 | 104 | 125 | 56 |
| Binary | 10111100 | 11011000 | 10001 | 1101 | 0 | 1011100 | 1111 | 1000100 | 1010101 | 101110 |
Color Harmonies of #BCD811
Complementary color
Monochromatic Colors of #BCD811
Black with #BCD811
Text Example
Text Example
White with #BCD811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD811; }
p { color: rgb(188,216,17); }
H1.HeaderClassName
{
color: #BCD811;
}
.AnyTagClassName
{
color: #BCD811;
}
</style>
background-color css
<style>
a { background-color: #BCD811; }
a { background-color: rgb(188,216,17); }
div.DivClassName
{
background-color: #BCD811;
}
.BgClassName
{
background-color: #BCD811;
}
</style>
border-color css
<style>
span { border-color: #BCD811; }
span { border-color: rgb(188,216,17); }
td.TdClassName
{
border-color: #BCD811;
}
.TagClassName
{
border-color: #BCD811;
}
</style>