Shades of Inch Worm #BADC0B
Tints of Inch Worm #BADC0B
RGB
CMYK
RGB Variations
Color information
#BADC0B (or 0xBADC0B) is known color: Inch Worm. HEX triplet: BA, DC and 0B. RGB value is (186,220,11). Sum of RGB (Red+Green+Blue) = 186+220+11=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 220 (86.33% from 255 or 52.76% from 417); Blue value is 11 (4.69% from 255 or 2.64% from 417); Max value from RGB is 220 - color contains mainly: green. Hex color #BADC0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BADC0B is #4523F4. Grayscale: #BABABA. Windows color (decimal): -4531189 or 777402. OLE color: 777402.
HSL color Cylindrical-coordinate representation of color #BADC0B: hue angle of 69.76º 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 #BADC0B is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 220 | 11 | - |
| CMYK | 0.15 | 0 | 0.95 | 0.14 |
| HSL | 69.76º | 0.9% | 0.45% | - |
| HSV(B) | 69.76º | 0.95% | 0.86% | - |
| XYZ | 45.9 | 61.65 | 9.8 | - |
| YUV | 186.01 | 29.24 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 220 | 11 | 0.15 | 0 | 0.95 | 0.14 | 69.76 | 0.9 | 0.45 |
| Hex | BA | DC | B | F | 0 | 5F | E | 46 | 5A | 2D |
| Octal | 272 | 334 | 13 | 17 | 0 | 137 | 16 | 106 | 132 | 55 |
| Binary | 10111010 | 11011100 | 1011 | 1111 | 0 | 1011111 | 1110 | 1000110 | 1011010 | 101101 |
Color Harmonies of #BADC0B
Complementary color
Monochromatic Colors of #BADC0B
Black with #BADC0B
Text Example
Text Example
White with #BADC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADC0B; }
p { color: rgb(186,220,11); }
H1.HeaderClassName
{
color: #BADC0B;
}
.AnyTagClassName
{
color: #BADC0B;
}
</style>
background-color css
<style>
a { background-color: #BADC0B; }
a { background-color: rgb(186,220,11); }
div.DivClassName
{
background-color: #BADC0B;
}
.BgClassName
{
background-color: #BADC0B;
}
</style>
border-color css
<style>
span { border-color: #BADC0B; }
span { border-color: rgb(186,220,11); }
td.TdClassName
{
border-color: #BADC0B;
}
.TagClassName
{
border-color: #BADC0B;
}
</style>