Shades of Inch Worm #BADC18
Tints of Inch Worm #BADC18
RGB
CMYK
RGB Variations
Color information
#BADC18 (or 0xBADC18) is known color: Inch Worm. HEX triplet: BA, DC and 18. RGB value is (186,220,24). Sum of RGB (Red+Green+Blue) = 186+220+24=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 220 (86.33% from 255 or 51.16% from 430); Blue value is 24 (9.77% from 255 or 5.58% from 430); Max value from RGB is 220 - color contains mainly: green. Hex color #BADC18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BADC18 is #4523E7. Grayscale: #BCBCBC. Windows color (decimal): -4531176 or 1629370. OLE color: 1629370.
HSL color Cylindrical-coordinate representation of color #BADC18: hue angle of 70.41º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BADC18 is Cyan = 0.15, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 220 | 24 | - |
| CMYK | 0.15 | 0 | 0.89 | 0.14 |
| HSL | 70.41º | 0.8% | 0.48% | - |
| HSV(B) | 70.41º | 0.89% | 0.86% | - |
| XYZ | 46.01 | 61.69 | 10.35 | - |
| YUV | 187.49 | 35.74 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 220 | 24 | 0.15 | 0 | 0.89 | 0.14 | 70.41 | 0.8 | 0.48 |
| Hex | BA | DC | 18 | F | 0 | 59 | E | 46 | 50 | 30 |
| Octal | 272 | 334 | 30 | 17 | 0 | 131 | 16 | 106 | 120 | 60 |
| Binary | 10111010 | 11011100 | 11000 | 1111 | 0 | 1011001 | 1110 | 1000110 | 1010000 | 110000 |
Color Harmonies of #BADC18
Complementary color
Monochromatic Colors of #BADC18
Black with #BADC18
Text Example
Text Example
White with #BADC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADC18; }
p { color: rgb(186,220,24); }
H1.HeaderClassName
{
color: #BADC18;
}
.AnyTagClassName
{
color: #BADC18;
}
</style>
background-color css
<style>
a { background-color: #BADC18; }
a { background-color: rgb(186,220,24); }
div.DivClassName
{
background-color: #BADC18;
}
.BgClassName
{
background-color: #BADC18;
}
</style>
border-color css
<style>
span { border-color: #BADC18; }
span { border-color: rgb(186,220,24); }
td.TdClassName
{
border-color: #BADC18;
}
.TagClassName
{
border-color: #BADC18;
}
</style>