Shades of Inch Worm #BAE920
Tints of Inch Worm #BAE920
RGB
CMYK
RGB Variations
Color information
#BAE920 (or 0xBAE920) is known color: Inch Worm. HEX triplet: BA, E9 and 20. RGB value is (186,233,32). Sum of RGB (Red+Green+Blue) = 186+233+32=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 233 (91.41% from 255 or 51.66% from 451); Blue value is 32 (12.89% from 255 or 7.10% from 451); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE920 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE920 is #4516DF. Grayscale: #C4C4C4. Windows color (decimal): -4527840 or 2156986. OLE color: 2156986.
HSL color Cylindrical-coordinate representation of color #BAE920: hue angle of 74.03º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BAE920 is Cyan = 0.20, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 233 | 32 | - |
| CMYK | 0.20 | 0 | 0.86 | 0.09 |
| HSL | 74.03º | 0.82% | 0.52% | - |
| HSV(B) | 74.03º | 0.86% | 0.91% | - |
| XYZ | 49.65 | 68.82 | 12.03 | - |
| YUV | 196.03 | 35.43 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 233 | 32 | 0.20 | 0 | 0.86 | 0.09 | 74.03 | 0.82 | 0.52 |
| Hex | BA | E9 | 20 | 14 | 0 | 56 | 9 | 4A | 52 | 34 |
| Octal | 272 | 351 | 40 | 24 | 0 | 126 | 11 | 112 | 122 | 64 |
| Binary | 10111010 | 11101001 | 100000 | 10100 | 0 | 1010110 | 1001 | 1001010 | 1010010 | 110100 |
Color Harmonies of #BAE920
Complementary color
Monochromatic Colors of #BAE920
Black with #BAE920
Text Example
Text Example
White with #BAE920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE920; }
p { color: rgb(186,233,32); }
H1.HeaderClassName
{
color: #BAE920;
}
.AnyTagClassName
{
color: #BAE920;
}
</style>
background-color css
<style>
a { background-color: #BAE920; }
a { background-color: rgb(186,233,32); }
div.DivClassName
{
background-color: #BAE920;
}
.BgClassName
{
background-color: #BAE920;
}
</style>
border-color css
<style>
span { border-color: #BAE920; }
span { border-color: rgb(186,233,32); }
td.TdClassName
{
border-color: #BAE920;
}
.TagClassName
{
border-color: #BAE920;
}
</style>