Shades of Inch Worm #BCD80D
Tints of Inch Worm #BCD80D
RGB
CMYK
RGB Variations
Color information
#BCD80D (or 0xBCD80D) is known color: Inch Worm. HEX triplet: BC, D8 and 0D. RGB value is (188,216,13). Sum of RGB (Red+Green+Blue) = 188+216+13=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 216 (84.77% from 255 or 51.80% from 417); Blue value is 13 (5.47% from 255 or 3.12% from 417); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD80D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD80D is #4327F2. Grayscale: #B9B9B9. Windows color (decimal): -4401139 or 907452. OLE color: 907452.
HSL color Cylindrical-coordinate representation of color #BCD80D: hue angle of 68.28º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BCD80D is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 216 | 13 | - |
| CMYK | 0.13 | 0 | 0.94 | 0.15 |
| HSL | 68.28º | 0.89% | 0.45% | - |
| HSV(B) | 68.28º | 0.94% | 0.85% | - |
| XYZ | 45.37 | 59.83 | 9.54 | - |
| YUV | 184.49 | 31.22 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 216 | 13 | 0.13 | 0 | 0.94 | 0.15 | 68.28 | 0.89 | 0.45 |
| Hex | BC | D8 | D | D | 0 | 5E | F | 44 | 59 | 2D |
| Octal | 274 | 330 | 15 | 15 | 0 | 136 | 17 | 104 | 131 | 55 |
| Binary | 10111100 | 11011000 | 1101 | 1101 | 0 | 1011110 | 1111 | 1000100 | 1011001 | 101101 |
Color Harmonies of #BCD80D
Complementary color
Monochromatic Colors of #BCD80D
Black with #BCD80D
Text Example
Text Example
White with #BCD80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD80D; }
p { color: rgb(188,216,13); }
H1.HeaderClassName
{
color: #BCD80D;
}
.AnyTagClassName
{
color: #BCD80D;
}
</style>
background-color css
<style>
a { background-color: #BCD80D; }
a { background-color: rgb(188,216,13); }
div.DivClassName
{
background-color: #BCD80D;
}
.BgClassName
{
background-color: #BCD80D;
}
</style>
border-color css
<style>
span { border-color: #BCD80D; }
span { border-color: rgb(188,216,13); }
td.TdClassName
{
border-color: #BCD80D;
}
.TagClassName
{
border-color: #BCD80D;
}
</style>