Shades of Inch Worm #BADB00
Tints of Inch Worm #BADB00
RGB
CMYK
RGB Variations
Color information
#BADB00 (or 0xBADB00) is known color: Inch Worm. HEX triplet: BA, DB and 00. RGB value is (186,219,0). Sum of RGB (Red+Green+Blue) = 186+219+0=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 219 (85.94% from 255 or 54.07% from 405); Blue value is 0 (0.39% from 255 or 0% from 405); Max value from RGB is 219 - color contains mainly: green. Hex color #BADB00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BADB00 is #4524FF. Grayscale: #B9B9B9. Windows color (decimal): -4531456 or 56250. OLE color: 56250.
HSL color Cylindrical-coordinate representation of color #BADB00: hue angle of 69.04º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BADB00 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 219 | 0 | - |
| CMYK | 0.15 | 0 | 1 | 0.14 |
| HSL | 69.04º | 1% | 0.43% | - |
| HSV(B) | 69.04º | 1% | 0.86% | - |
| XYZ | 45.58 | 61.1 | 9.39 | - |
| YUV | 184.17 | 24.07 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 219 | 0 | 0.15 | 0 | 1 | 0.14 | 69.04 | 1 | 0.43 |
| Hex | BA | DB | 0 | F | 0 | 64 | E | 45 | 64 | 2B |
| Octal | 272 | 333 | 0 | 17 | 0 | 144 | 16 | 105 | 144 | 53 |
| Binary | 10111010 | 11011011 | 0 | 1111 | 0 | 1100100 | 1110 | 1000101 | 1100100 | 101011 |
Color Harmonies of #BADB00
Complementary color
Monochromatic Colors of #BADB00
Black with #BADB00
Text Example
Text Example
White with #BADB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADB00; }
p { color: rgb(186,219,0); }
H1.HeaderClassName
{
color: #BADB00;
}
.AnyTagClassName
{
color: #BADB00;
}
</style>
background-color css
<style>
a { background-color: #BADB00; }
a { background-color: rgb(186,219,0); }
div.DivClassName
{
background-color: #BADB00;
}
.BgClassName
{
background-color: #BADB00;
}
</style>
border-color css
<style>
span { border-color: #BADB00; }
span { border-color: rgb(186,219,0); }
td.TdClassName
{
border-color: #BADB00;
}
.TagClassName
{
border-color: #BADB00;
}
</style>