Shades of Inch Worm #BAF220
Tints of Inch Worm #BAF220
RGB
CMYK
RGB Variations
Color information
#BAF220 (or 0xBAF220) is known color: Inch Worm. HEX triplet: BA, F2 and 20. RGB value is (186,242,32). Sum of RGB (Red+Green+Blue) = 186+242+32=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 242 (94.92% from 255 or 52.61% from 460); Blue value is 32 (12.89% from 255 or 6.96% from 460); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF220 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF220 is #450DDF. Grayscale: #CACACA. Windows color (decimal): -4525536 or 2159290. OLE color: 2159290.
HSL color Cylindrical-coordinate representation of color #BAF220: hue angle of 76º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BAF220 is Cyan = 0.23, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 242 | 32 | - |
| CMYK | 0.23 | 0 | 0.87 | 0.05 |
| HSL | 76º | 0.89% | 0.54% | - |
| HSV(B) | 76º | 0.87% | 0.95% | - |
| XYZ | 52.26 | 74.05 | 12.9 | - |
| YUV | 201.32 | 32.45 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 242 | 32 | 0.23 | 0 | 0.87 | 0.05 | 76 | 0.89 | 0.54 |
| Hex | BA | F2 | 20 | 17 | 0 | 57 | 5 | 4C | 59 | 36 |
| Octal | 272 | 362 | 40 | 27 | 0 | 127 | 5 | 114 | 131 | 66 |
| Binary | 10111010 | 11110010 | 100000 | 10111 | 0 | 1010111 | 101 | 1001100 | 1011001 | 110110 |
Color Harmonies of #BAF220
Complementary color
Monochromatic Colors of #BAF220
Black with #BAF220
Text Example
Text Example
White with #BAF220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF220; }
p { color: rgb(186,242,32); }
H1.HeaderClassName
{
color: #BAF220;
}
.AnyTagClassName
{
color: #BAF220;
}
</style>
background-color css
<style>
a { background-color: #BAF220; }
a { background-color: rgb(186,242,32); }
div.DivClassName
{
background-color: #BAF220;
}
.BgClassName
{
background-color: #BAF220;
}
</style>
border-color css
<style>
span { border-color: #BAF220; }
span { border-color: rgb(186,242,32); }
td.TdClassName
{
border-color: #BAF220;
}
.TagClassName
{
border-color: #BAF220;
}
</style>