Shades of Inch Worm #BCD707
Tints of Inch Worm #BCD707
RGB
CMYK
RGB Variations
Color information
#BCD707 (or 0xBCD707) is known color: Inch Worm. HEX triplet: BC, D7 and 07. RGB value is (188,215,7). Sum of RGB (Red+Green+Blue) = 188+215+7=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 215 (84.38% from 255 or 52.44% from 410); Blue value is 7 (3.12% from 255 or 1.71% from 410); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD707 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD707 is #4328F8. Grayscale: #B8B8B8. Windows color (decimal): -4401401 or 513980. OLE color: 513980.
HSL color Cylindrical-coordinate representation of color #BCD707: hue angle of 67.79º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BCD707 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 215 | 7 | - |
| CMYK | 0.13 | 0 | 0.97 | 0.16 |
| HSL | 67.79º | 0.94% | 0.44% | - |
| HSV(B) | 67.79º | 0.97% | 0.84% | - |
| XYZ | 45.08 | 59.31 | 9.27 | - |
| YUV | 183.22 | 28.55 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 215 | 7 | 0.13 | 0 | 0.97 | 0.16 | 67.79 | 0.94 | 0.44 |
| Hex | BC | D7 | 7 | D | 0 | 61 | 10 | 44 | 5E | 2C |
| Octal | 274 | 327 | 7 | 15 | 0 | 141 | 20 | 104 | 136 | 54 |
| Binary | 10111100 | 11010111 | 111 | 1101 | 0 | 1100001 | 10000 | 1000100 | 1011110 | 101100 |
Color Harmonies of #BCD707
Complementary color
Monochromatic Colors of #BCD707
Black with #BCD707
Text Example
Text Example
White with #BCD707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD707; }
p { color: rgb(188,215,7); }
H1.HeaderClassName
{
color: #BCD707;
}
.AnyTagClassName
{
color: #BCD707;
}
</style>
background-color css
<style>
a { background-color: #BCD707; }
a { background-color: rgb(188,215,7); }
div.DivClassName
{
background-color: #BCD707;
}
.BgClassName
{
background-color: #BCD707;
}
</style>
border-color css
<style>
span { border-color: #BCD707; }
span { border-color: rgb(188,215,7); }
td.TdClassName
{
border-color: #BCD707;
}
.TagClassName
{
border-color: #BCD707;
}
</style>