Shades of Inch Worm #BADA04
Tints of Inch Worm #BADA04
RGB
CMYK
RGB Variations
Color information
#BADA04 (or 0xBADA04) is known color: Inch Worm. HEX triplet: BA, DA and 04. RGB value is (186,218,4). Sum of RGB (Red+Green+Blue) = 186+218+4=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 218 (85.55% from 255 or 53.43% from 408); Blue value is 4 (1.95% from 255 or 0.98% from 408); Max value from RGB is 218 - color contains mainly: green. Hex color #BADA04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BADA04 is #4525FB. Grayscale: #B8B8B8. Windows color (decimal): -4531708 or 318138. OLE color: 318138.
HSL color Cylindrical-coordinate representation of color #BADA04: hue angle of 68.97º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BADA04 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 218 | 4 | - |
| CMYK | 0.15 | 0 | 0.98 | 0.15 |
| HSL | 68.97º | 0.96% | 0.44% | - |
| HSV(B) | 68.97º | 0.98% | 0.85% | - |
| XYZ | 45.34 | 60.59 | 9.42 | - |
| YUV | 184.04 | 26.4 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 218 | 4 | 0.15 | 0 | 0.98 | 0.15 | 68.97 | 0.96 | 0.44 |
| Hex | BA | DA | 4 | F | 0 | 62 | F | 45 | 60 | 2C |
| Octal | 272 | 332 | 4 | 17 | 0 | 142 | 17 | 105 | 140 | 54 |
| Binary | 10111010 | 11011010 | 100 | 1111 | 0 | 1100010 | 1111 | 1000101 | 1100000 | 101100 |
Color Harmonies of #BADA04
Complementary color
Monochromatic Colors of #BADA04
Black with #BADA04
Text Example
Text Example
White with #BADA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADA04; }
p { color: rgb(186,218,4); }
H1.HeaderClassName
{
color: #BADA04;
}
.AnyTagClassName
{
color: #BADA04;
}
</style>
background-color css
<style>
a { background-color: #BADA04; }
a { background-color: rgb(186,218,4); }
div.DivClassName
{
background-color: #BADA04;
}
.BgClassName
{
background-color: #BADA04;
}
</style>
border-color css
<style>
span { border-color: #BADA04; }
span { border-color: rgb(186,218,4); }
td.TdClassName
{
border-color: #BADA04;
}
.TagClassName
{
border-color: #BADA04;
}
</style>