Shades of Inch Worm #BCD60D
Tints of Inch Worm #BCD60D
RGB
CMYK
RGB Variations
Color information
#BCD60D (or 0xBCD60D) is known color: Inch Worm. HEX triplet: BC, D6 and 0D. RGB value is (188,214,13). Sum of RGB (Red+Green+Blue) = 188+214+13=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 214 (83.98% from 255 or 51.57% from 415); Blue value is 13 (5.47% from 255 or 3.13% from 415); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD60D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD60D is #4329F2. Grayscale: #B8B8B8. Windows color (decimal): -4401651 or 906940. OLE color: 906940.
HSL color Cylindrical-coordinate representation of color #BCD60D: hue angle of 67.76º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BCD60D is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 214 | 13 | - |
| CMYK | 0.12 | 0 | 0.94 | 0.16 |
| HSL | 67.76º | 0.89% | 0.45% | - |
| HSV(B) | 67.76º | 0.94% | 0.84% | - |
| XYZ | 44.86 | 58.81 | 9.37 | - |
| YUV | 183.31 | 31.89 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 214 | 13 | 0.12 | 0 | 0.94 | 0.16 | 67.76 | 0.89 | 0.45 |
| Hex | BC | D6 | D | C | 0 | 5E | 10 | 44 | 59 | 2D |
| Octal | 274 | 326 | 15 | 14 | 0 | 136 | 20 | 104 | 131 | 55 |
| Binary | 10111100 | 11010110 | 1101 | 1100 | 0 | 1011110 | 10000 | 1000100 | 1011001 | 101101 |
Color Harmonies of #BCD60D
Complementary color
Monochromatic Colors of #BCD60D
Black with #BCD60D
Text Example
Text Example
White with #BCD60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD60D; }
p { color: rgb(188,214,13); }
H1.HeaderClassName
{
color: #BCD60D;
}
.AnyTagClassName
{
color: #BCD60D;
}
</style>
background-color css
<style>
a { background-color: #BCD60D; }
a { background-color: rgb(188,214,13); }
div.DivClassName
{
background-color: #BCD60D;
}
.BgClassName
{
background-color: #BCD60D;
}
</style>
border-color css
<style>
span { border-color: #BCD60D; }
span { border-color: rgb(188,214,13); }
td.TdClassName
{
border-color: #BCD60D;
}
.TagClassName
{
border-color: #BCD60D;
}
</style>