Shades of Inch Worm #BAD80A
Tints of Inch Worm #BAD80A
RGB
CMYK
RGB Variations
Color information
#BAD80A (or 0xBAD80A) is known color: Inch Worm. HEX triplet: BA, D8 and 0A. RGB value is (186,216,10). Sum of RGB (Red+Green+Blue) = 186+216+10=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 216 (84.77% from 255 or 52.43% from 412); Blue value is 10 (4.30% from 255 or 2.43% from 412); Max value from RGB is 216 - color contains mainly: green. Hex color #BAD80A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAD80A is #4527F5. Grayscale: #B8B8B8. Windows color (decimal): -4532214 or 710842. OLE color: 710842.
HSL color Cylindrical-coordinate representation of color #BAD80A: hue angle of 68.74º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BAD80A is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 216 | 10 | - |
| CMYK | 0.14 | 0 | 0.95 | 0.15 |
| HSL | 68.74º | 0.91% | 0.44% | - |
| HSV(B) | 68.74º | 0.95% | 0.85% | - |
| XYZ | 44.86 | 59.57 | 9.42 | - |
| YUV | 183.55 | 30.06 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 216 | 10 | 0.14 | 0 | 0.95 | 0.15 | 68.74 | 0.91 | 0.44 |
| Hex | BA | D8 | A | E | 0 | 5F | F | 45 | 5B | 2C |
| Octal | 272 | 330 | 12 | 16 | 0 | 137 | 17 | 105 | 133 | 54 |
| Binary | 10111010 | 11011000 | 1010 | 1110 | 0 | 1011111 | 1111 | 1000101 | 1011011 | 101100 |
Color Harmonies of #BAD80A
Complementary color
Monochromatic Colors of #BAD80A
Black with #BAD80A
Text Example
Text Example
White with #BAD80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD80A; }
p { color: rgb(186,216,10); }
H1.HeaderClassName
{
color: #BAD80A;
}
.AnyTagClassName
{
color: #BAD80A;
}
</style>
background-color css
<style>
a { background-color: #BAD80A; }
a { background-color: rgb(186,216,10); }
div.DivClassName
{
background-color: #BAD80A;
}
.BgClassName
{
background-color: #BAD80A;
}
</style>
border-color css
<style>
span { border-color: #BAD80A; }
span { border-color: rgb(186,216,10); }
td.TdClassName
{
border-color: #BAD80A;
}
.TagClassName
{
border-color: #BAD80A;
}
</style>