Shades of Inch Worm #BAD60C
Tints of Inch Worm #BAD60C
RGB
CMYK
RGB Variations
Color information
#BAD60C (or 0xBAD60C) is known color: Inch Worm. HEX triplet: BA, D6 and 0C. RGB value is (186,214,12). Sum of RGB (Red+Green+Blue) = 186+214+12=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 214 (83.98% from 255 or 51.94% from 412); Blue value is 12 (5.08% from 255 or 2.91% from 412); Max value from RGB is 214 - color contains mainly: green. Hex color #BAD60C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAD60C is #4529F3. Grayscale: #B7B7B7. Windows color (decimal): -4532724 or 841402. OLE color: 841402.
HSL color Cylindrical-coordinate representation of color #BAD60C: hue angle of 68.32º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BAD60C is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 214 | 12 | - |
| CMYK | 0.13 | 0 | 0.94 | 0.16 |
| HSL | 68.32º | 0.89% | 0.44% | - |
| HSV(B) | 68.32º | 0.94% | 0.84% | - |
| XYZ | 44.36 | 58.56 | 9.31 | - |
| YUV | 182.6 | 31.72 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 214 | 12 | 0.13 | 0 | 0.94 | 0.16 | 68.32 | 0.89 | 0.44 |
| Hex | BA | D6 | C | D | 0 | 5E | 10 | 44 | 59 | 2C |
| Octal | 272 | 326 | 14 | 15 | 0 | 136 | 20 | 104 | 131 | 54 |
| Binary | 10111010 | 11010110 | 1100 | 1101 | 0 | 1011110 | 10000 | 1000100 | 1011001 | 101100 |
Color Harmonies of #BAD60C
Complementary color
Monochromatic Colors of #BAD60C
Black with #BAD60C
Text Example
Text Example
White with #BAD60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD60C; }
p { color: rgb(186,214,12); }
H1.HeaderClassName
{
color: #BAD60C;
}
.AnyTagClassName
{
color: #BAD60C;
}
</style>
background-color css
<style>
a { background-color: #BAD60C; }
a { background-color: rgb(186,214,12); }
div.DivClassName
{
background-color: #BAD60C;
}
.BgClassName
{
background-color: #BAD60C;
}
</style>
border-color css
<style>
span { border-color: #BAD60C; }
span { border-color: rgb(186,214,12); }
td.TdClassName
{
border-color: #BAD60C;
}
.TagClassName
{
border-color: #BAD60C;
}
</style>