Shades of Inch Worm #BCD804
Tints of Inch Worm #BCD804
RGB
CMYK
RGB Variations
Color information
#BCD804 (or 0xBCD804) is known color: Inch Worm. HEX triplet: BC, D8 and 04. RGB value is (188,216,4). Sum of RGB (Red+Green+Blue) = 188+216+4=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 216 (84.77% from 255 or 52.94% from 408); Blue value is 4 (1.95% from 255 or 0.98% from 408); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD804 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD804 is #4327FB. Grayscale: #B8B8B8. Windows color (decimal): -4401148 or 317628. OLE color: 317628.
HSL color Cylindrical-coordinate representation of color #BCD804: hue angle of 67.92º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BCD804 is Cyan = 0.13, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 216 | 4 | - |
| CMYK | 0.13 | 0 | 0.98 | 0.15 |
| HSL | 67.92º | 0.96% | 0.43% | - |
| HSV(B) | 67.92º | 0.98% | 0.85% | - |
| XYZ | 45.32 | 59.81 | 9.27 | - |
| YUV | 183.46 | 26.72 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 216 | 4 | 0.13 | 0 | 0.98 | 0.15 | 67.92 | 0.96 | 0.43 |
| Hex | BC | D8 | 4 | D | 0 | 62 | F | 44 | 60 | 2B |
| Octal | 274 | 330 | 4 | 15 | 0 | 142 | 17 | 104 | 140 | 53 |
| Binary | 10111100 | 11011000 | 100 | 1101 | 0 | 1100010 | 1111 | 1000100 | 1100000 | 101011 |
Color Harmonies of #BCD804
Complementary color
Monochromatic Colors of #BCD804
Black with #BCD804
Text Example
Text Example
White with #BCD804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD804; }
p { color: rgb(188,216,4); }
H1.HeaderClassName
{
color: #BCD804;
}
.AnyTagClassName
{
color: #BCD804;
}
</style>
background-color css
<style>
a { background-color: #BCD804; }
a { background-color: rgb(188,216,4); }
div.DivClassName
{
background-color: #BCD804;
}
.BgClassName
{
background-color: #BCD804;
}
</style>
border-color css
<style>
span { border-color: #BCD804; }
span { border-color: rgb(188,216,4); }
td.TdClassName
{
border-color: #BCD804;
}
.TagClassName
{
border-color: #BCD804;
}
</style>