Shades of Inch Worm #BADE0A
Tints of Inch Worm #BADE0A
RGB
CMYK
RGB Variations
Color information
#BADE0A (or 0xBADE0A) is known color: Inch Worm. HEX triplet: BA, DE and 0A. RGB value is (186,222,10). Sum of RGB (Red+Green+Blue) = 186+222+10=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 222 (87.11% from 255 or 53.11% from 418); Blue value is 10 (4.30% from 255 or 2.39% from 418); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BADE0A is #4521F5. Grayscale: #BBBBBB. Windows color (decimal): -4530678 or 712378. OLE color: 712378.
HSL color Cylindrical-coordinate representation of color #BADE0A: hue angle of 70.19º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BADE0A is Cyan = 0.16, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 222 | 10 | - |
| CMYK | 0.16 | 0 | 0.95 | 0.13 |
| HSL | 70.19º | 0.91% | 0.45% | - |
| HSV(B) | 70.19º | 0.95% | 0.87% | - |
| XYZ | 46.43 | 62.7 | 9.94 | - |
| YUV | 187.07 | 28.07 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 222 | 10 | 0.16 | 0 | 0.95 | 0.13 | 70.19 | 0.91 | 0.45 |
| Hex | BA | DE | A | 10 | 0 | 5F | D | 46 | 5B | 2D |
| Octal | 272 | 336 | 12 | 20 | 0 | 137 | 15 | 106 | 133 | 55 |
| Binary | 10111010 | 11011110 | 1010 | 10000 | 0 | 1011111 | 1101 | 1000110 | 1011011 | 101101 |
Color Harmonies of #BADE0A
Complementary color
Monochromatic Colors of #BADE0A
Black with #BADE0A
Text Example
Text Example
White with #BADE0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADE0A; }
p { color: rgb(186,222,10); }
H1.HeaderClassName
{
color: #BADE0A;
}
.AnyTagClassName
{
color: #BADE0A;
}
</style>
background-color css
<style>
a { background-color: #BADE0A; }
a { background-color: rgb(186,222,10); }
div.DivClassName
{
background-color: #BADE0A;
}
.BgClassName
{
background-color: #BADE0A;
}
</style>
border-color css
<style>
span { border-color: #BADE0A; }
span { border-color: rgb(186,222,10); }
td.TdClassName
{
border-color: #BADE0A;
}
.TagClassName
{
border-color: #BADE0A;
}
</style>