Shades of Inch Worm #BADC07
Tints of Inch Worm #BADC07
RGB
CMYK
RGB Variations
Color information
#BADC07 (or 0xBADC07) is known color: Inch Worm. HEX triplet: BA, DC and 07. RGB value is (186,220,7). Sum of RGB (Red+Green+Blue) = 186+220+7=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 220 (86.33% from 255 or 53.27% from 413); Blue value is 7 (3.12% from 255 or 1.69% from 413); Max value from RGB is 220 - color contains mainly: green. Hex color #BADC07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BADC07 is #4523F8. Grayscale: #BABABA. Windows color (decimal): -4531193 or 515258. OLE color: 515258.
HSL color Cylindrical-coordinate representation of color #BADC07: hue angle of 69.58º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BADC07 is Cyan = 0.15, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 220 | 7 | - |
| CMYK | 0.15 | 0 | 0.97 | 0.14 |
| HSL | 69.58º | 0.94% | 0.45% | - |
| HSV(B) | 69.58º | 0.97% | 0.86% | - |
| XYZ | 45.88 | 61.64 | 9.68 | - |
| YUV | 185.55 | 27.24 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 220 | 7 | 0.15 | 0 | 0.97 | 0.14 | 69.58 | 0.94 | 0.45 |
| Hex | BA | DC | 7 | F | 0 | 61 | E | 46 | 5E | 2D |
| Octal | 272 | 334 | 7 | 17 | 0 | 141 | 16 | 106 | 136 | 55 |
| Binary | 10111010 | 11011100 | 111 | 1111 | 0 | 1100001 | 1110 | 1000110 | 1011110 | 101101 |
Color Harmonies of #BADC07
Complementary color
Monochromatic Colors of #BADC07
Black with #BADC07
Text Example
Text Example
White with #BADC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADC07; }
p { color: rgb(186,220,7); }
H1.HeaderClassName
{
color: #BADC07;
}
.AnyTagClassName
{
color: #BADC07;
}
</style>
background-color css
<style>
a { background-color: #BADC07; }
a { background-color: rgb(186,220,7); }
div.DivClassName
{
background-color: #BADC07;
}
.BgClassName
{
background-color: #BADC07;
}
</style>
border-color css
<style>
span { border-color: #BADC07; }
span { border-color: rgb(186,220,7); }
td.TdClassName
{
border-color: #BADC07;
}
.TagClassName
{
border-color: #BADC07;
}
</style>