Shades of Inch Worm #BADB04
Tints of Inch Worm #BADB04
RGB
CMYK
RGB Variations
Color information
#BADB04 (or 0xBADB04) is known color: Inch Worm. HEX triplet: BA, DB and 04. RGB value is (186,219,4). Sum of RGB (Red+Green+Blue) = 186+219+4=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 219 (85.94% from 255 or 53.55% from 409); Blue value is 4 (1.95% from 255 or 0.98% from 409); Max value from RGB is 219 - color contains mainly: green. Hex color #BADB04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BADB04 is #4524FB. Grayscale: #B9B9B9. Windows color (decimal): -4531452 or 318394. OLE color: 318394.
HSL color Cylindrical-coordinate representation of color #BADB04: hue angle of 69.21º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BADB04 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 219 | 4 | - |
| CMYK | 0.15 | 0 | 0.98 | 0.14 |
| HSL | 69.21º | 0.96% | 0.44% | - |
| HSV(B) | 69.21º | 0.98% | 0.86% | - |
| XYZ | 45.6 | 61.11 | 9.51 | - |
| YUV | 184.62 | 26.07 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 219 | 4 | 0.15 | 0 | 0.98 | 0.14 | 69.21 | 0.96 | 0.44 |
| Hex | BA | DB | 4 | F | 0 | 62 | E | 45 | 60 | 2C |
| Octal | 272 | 333 | 4 | 17 | 0 | 142 | 16 | 105 | 140 | 54 |
| Binary | 10111010 | 11011011 | 100 | 1111 | 0 | 1100010 | 1110 | 1000101 | 1100000 | 101100 |
Color Harmonies of #BADB04
Complementary color
Monochromatic Colors of #BADB04
Black with #BADB04
Text Example
Text Example
White with #BADB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADB04; }
p { color: rgb(186,219,4); }
H1.HeaderClassName
{
color: #BADB04;
}
.AnyTagClassName
{
color: #BADB04;
}
</style>
background-color css
<style>
a { background-color: #BADB04; }
a { background-color: rgb(186,219,4); }
div.DivClassName
{
background-color: #BADB04;
}
.BgClassName
{
background-color: #BADB04;
}
</style>
border-color css
<style>
span { border-color: #BADB04; }
span { border-color: rgb(186,219,4); }
td.TdClassName
{
border-color: #BADB04;
}
.TagClassName
{
border-color: #BADB04;
}
</style>