Shades of Inch Worm #BCDA0E
Tints of Inch Worm #BCDA0E
RGB
CMYK
RGB Variations
Color information
#BCDA0E (or 0xBCDA0E) is known color: Inch Worm. HEX triplet: BC, DA and 0E. RGB value is (188,218,14). Sum of RGB (Red+Green+Blue) = 188+218+14=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 218 (85.55% from 255 or 51.90% from 420); Blue value is 14 (5.86% from 255 or 3.33% from 420); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCDA0E is #4325F1. Grayscale: #BABABA. Windows color (decimal): -4400626 or 973500. OLE color: 973500.
HSL color Cylindrical-coordinate representation of color #BCDA0E: hue angle of 68.82º degrees, saturation: 0.88, 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 #BCDA0E is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 218 | 14 | - |
| CMYK | 0.14 | 0 | 0.94 | 0.15 |
| HSL | 68.82º | 0.88% | 0.45% | - |
| HSV(B) | 68.82º | 0.94% | 0.85% | - |
| XYZ | 45.89 | 60.87 | 9.75 | - |
| YUV | 185.77 | 31.06 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 218 | 14 | 0.14 | 0 | 0.94 | 0.15 | 68.82 | 0.88 | 0.45 |
| Hex | BC | DA | E | E | 0 | 5E | F | 45 | 58 | 2D |
| Octal | 274 | 332 | 16 | 16 | 0 | 136 | 17 | 105 | 130 | 55 |
| Binary | 10111100 | 11011010 | 1110 | 1110 | 0 | 1011110 | 1111 | 1000101 | 1011000 | 101101 |
Color Harmonies of #BCDA0E
Complementary color
Monochromatic Colors of #BCDA0E
Black with #BCDA0E
Text Example
Text Example
White with #BCDA0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDA0E; }
p { color: rgb(188,218,14); }
H1.HeaderClassName
{
color: #BCDA0E;
}
.AnyTagClassName
{
color: #BCDA0E;
}
</style>
background-color css
<style>
a { background-color: #BCDA0E; }
a { background-color: rgb(188,218,14); }
div.DivClassName
{
background-color: #BCDA0E;
}
.BgClassName
{
background-color: #BCDA0E;
}
</style>
border-color css
<style>
span { border-color: #BCDA0E; }
span { border-color: rgb(188,218,14); }
td.TdClassName
{
border-color: #BCDA0E;
}
.TagClassName
{
border-color: #BCDA0E;
}
</style>