Shades of Inch Worm #BADC0C
Tints of Inch Worm #BADC0C
RGB
CMYK
RGB Variations
Color information
#BADC0C (or 0xBADC0C) is known color: Inch Worm. HEX triplet: BA, DC and 0C. RGB value is (186,220,12). Sum of RGB (Red+Green+Blue) = 186+220+12=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 220 (86.33% from 255 or 52.63% from 418); Blue value is 12 (5.08% from 255 or 2.87% from 418); Max value from RGB is 220 - color contains mainly: green. Hex color #BADC0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BADC0C is #4523F3. Grayscale: #BABABA. Windows color (decimal): -4531188 or 842938. OLE color: 842938.
HSL color Cylindrical-coordinate representation of color #BADC0C: hue angle of 69.81º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BADC0C is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 220 | 12 | - |
| CMYK | 0.15 | 0 | 0.95 | 0.14 |
| HSL | 69.81º | 0.9% | 0.45% | - |
| HSV(B) | 69.81º | 0.95% | 0.86% | - |
| XYZ | 45.91 | 61.65 | 9.83 | - |
| YUV | 186.12 | 29.74 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 220 | 12 | 0.15 | 0 | 0.95 | 0.14 | 69.81 | 0.9 | 0.45 |
| Hex | BA | DC | C | F | 0 | 5F | E | 46 | 5A | 2D |
| Octal | 272 | 334 | 14 | 17 | 0 | 137 | 16 | 106 | 132 | 55 |
| Binary | 10111010 | 11011100 | 1100 | 1111 | 0 | 1011111 | 1110 | 1000110 | 1011010 | 101101 |
Color Harmonies of #BADC0C
Complementary color
Monochromatic Colors of #BADC0C
Black with #BADC0C
Text Example
Text Example
White with #BADC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADC0C; }
p { color: rgb(186,220,12); }
H1.HeaderClassName
{
color: #BADC0C;
}
.AnyTagClassName
{
color: #BADC0C;
}
</style>
background-color css
<style>
a { background-color: #BADC0C; }
a { background-color: rgb(186,220,12); }
div.DivClassName
{
background-color: #BADC0C;
}
.BgClassName
{
background-color: #BADC0C;
}
</style>
border-color css
<style>
span { border-color: #BADC0C; }
span { border-color: rgb(186,220,12); }
td.TdClassName
{
border-color: #BADC0C;
}
.TagClassName
{
border-color: #BADC0C;
}
</style>