Shades of Inch Worm #BADC16
Tints of Inch Worm #BADC16
RGB
CMYK
RGB Variations
Color information
#BADC16 (or 0xBADC16) is known color: Inch Worm. HEX triplet: BA, DC and 16. RGB value is (186,220,22). Sum of RGB (Red+Green+Blue) = 186+220+22=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 220 (86.33% from 255 or 51.40% from 428); Blue value is 22 (8.98% from 255 or 5.14% from 428); Max value from RGB is 220 - color contains mainly: green. Hex color #BADC16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BADC16 is #4523E9. Grayscale: #BCBCBC. Windows color (decimal): -4531178 or 1498298. OLE color: 1498298.
HSL color Cylindrical-coordinate representation of color #BADC16: hue angle of 70.3º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BADC16 is Cyan = 0.15, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 220 | 22 | - |
| CMYK | 0.15 | 0 | 0.9 | 0.14 |
| HSL | 70.3º | 0.82% | 0.47% | - |
| HSV(B) | 70.3º | 0.9% | 0.86% | - |
| XYZ | 45.99 | 61.68 | 10.24 | - |
| YUV | 187.26 | 34.74 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 220 | 22 | 0.15 | 0 | 0.9 | 0.14 | 70.3 | 0.82 | 0.47 |
| Hex | BA | DC | 16 | F | 0 | 5A | E | 46 | 52 | 2F |
| Octal | 272 | 334 | 26 | 17 | 0 | 132 | 16 | 106 | 122 | 57 |
| Binary | 10111010 | 11011100 | 10110 | 1111 | 0 | 1011010 | 1110 | 1000110 | 1010010 | 101111 |
Color Harmonies of #BADC16
Complementary color
Monochromatic Colors of #BADC16
Black with #BADC16
Text Example
Text Example
White with #BADC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADC16; }
p { color: rgb(186,220,22); }
H1.HeaderClassName
{
color: #BADC16;
}
.AnyTagClassName
{
color: #BADC16;
}
</style>
background-color css
<style>
a { background-color: #BADC16; }
a { background-color: rgb(186,220,22); }
div.DivClassName
{
background-color: #BADC16;
}
.BgClassName
{
background-color: #BADC16;
}
</style>
border-color css
<style>
span { border-color: #BADC16; }
span { border-color: rgb(186,220,22); }
td.TdClassName
{
border-color: #BADC16;
}
.TagClassName
{
border-color: #BADC16;
}
</style>