Shades of Inch Worm #BADC17
Tints of Inch Worm #BADC17
RGB
CMYK
RGB Variations
Color information
#BADC17 (or 0xBADC17) is known color: Inch Worm. HEX triplet: BA, DC and 17. RGB value is (186,220,23). Sum of RGB (Red+Green+Blue) = 186+220+23=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 220 (86.33% from 255 or 51.28% from 429); Blue value is 23 (9.38% from 255 or 5.36% from 429); Max value from RGB is 220 - color contains mainly: green. Hex color #BADC17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BADC17 is #4523E8. Grayscale: #BCBCBC. Windows color (decimal): -4531177 or 1563834. OLE color: 1563834.
HSL color Cylindrical-coordinate representation of color #BADC17: hue angle of 70.36º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BADC17 is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 220 | 23 | - |
| CMYK | 0.15 | 0 | 0.90 | 0.14 |
| HSL | 70.36º | 0.81% | 0.48% | - |
| HSV(B) | 70.36º | 0.9% | 0.86% | - |
| XYZ | 46 | 61.69 | 10.29 | - |
| YUV | 187.38 | 35.24 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 220 | 23 | 0.15 | 0 | 0.90 | 0.14 | 70.36 | 0.81 | 0.48 |
| Hex | BA | DC | 17 | F | 0 | 5A | E | 46 | 51 | 30 |
| Octal | 272 | 334 | 27 | 17 | 0 | 132 | 16 | 106 | 121 | 60 |
| Binary | 10111010 | 11011100 | 10111 | 1111 | 0 | 1011010 | 1110 | 1000110 | 1010001 | 110000 |
Color Harmonies of #BADC17
Complementary color
Monochromatic Colors of #BADC17
Black with #BADC17
Text Example
Text Example
White with #BADC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADC17; }
p { color: rgb(186,220,23); }
H1.HeaderClassName
{
color: #BADC17;
}
.AnyTagClassName
{
color: #BADC17;
}
</style>
background-color css
<style>
a { background-color: #BADC17; }
a { background-color: rgb(186,220,23); }
div.DivClassName
{
background-color: #BADC17;
}
.BgClassName
{
background-color: #BADC17;
}
</style>
border-color css
<style>
span { border-color: #BADC17; }
span { border-color: rgb(186,220,23); }
td.TdClassName
{
border-color: #BADC17;
}
.TagClassName
{
border-color: #BADC17;
}
</style>