Shades of Inch Worm #BAF60C
Tints of Inch Worm #BAF60C
RGB
CMYK
RGB Variations
Color information
#BAF60C (or 0xBAF60C) is known color: Inch Worm. HEX triplet: BA, F6 and 0C. RGB value is (186,246,12). Sum of RGB (Red+Green+Blue) = 186+246+12=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 246 (96.48% from 255 or 55.41% from 444); Blue value is 12 (5.08% from 255 or 2.70% from 444); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF60C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF60C is #4509F3. Grayscale: #CACACA. Windows color (decimal): -4524532 or 849594. OLE color: 849594.
HSL color Cylindrical-coordinate representation of color #BAF60C: hue angle of 75.38º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BAF60C is Cyan = 0.24, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 246 | 12 | - |
| CMYK | 0.24 | 0 | 0.95 | 0.04 |
| HSL | 75.38º | 0.93% | 0.51% | - |
| HSV(B) | 75.38º | 0.95% | 0.96% | - |
| XYZ | 53.27 | 76.38 | 12.28 | - |
| YUV | 201.38 | 21.12 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 246 | 12 | 0.24 | 0 | 0.95 | 0.04 | 75.38 | 0.93 | 0.51 |
| Hex | BA | F6 | C | 18 | 0 | 5F | 4 | 4B | 5D | 33 |
| Octal | 272 | 366 | 14 | 30 | 0 | 137 | 4 | 113 | 135 | 63 |
| Binary | 10111010 | 11110110 | 1100 | 11000 | 0 | 1011111 | 100 | 1001011 | 1011101 | 110011 |
Color Harmonies of #BAF60C
Complementary color
Monochromatic Colors of #BAF60C
Black with #BAF60C
Text Example
Text Example
White with #BAF60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF60C; }
p { color: rgb(186,246,12); }
H1.HeaderClassName
{
color: #BAF60C;
}
.AnyTagClassName
{
color: #BAF60C;
}
</style>
background-color css
<style>
a { background-color: #BAF60C; }
a { background-color: rgb(186,246,12); }
div.DivClassName
{
background-color: #BAF60C;
}
.BgClassName
{
background-color: #BAF60C;
}
</style>
border-color css
<style>
span { border-color: #BAF60C; }
span { border-color: rgb(186,246,12); }
td.TdClassName
{
border-color: #BAF60C;
}
.TagClassName
{
border-color: #BAF60C;
}
</style>