Shades of Inch Worm #BAE720
Tints of Inch Worm #BAE720
RGB
CMYK
RGB Variations
Color information
#BAE720 (or 0xBAE720) is known color: Inch Worm. HEX triplet: BA, E7 and 20. RGB value is (186,231,32). Sum of RGB (Red+Green+Blue) = 186+231+32=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 231 (90.62% from 255 or 51.45% from 449); Blue value is 32 (12.89% from 255 or 7.13% from 449); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE720 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE720 is #4518DF. Grayscale: #C3C3C3. Windows color (decimal): -4528352 or 2156474. OLE color: 2156474.
HSL color Cylindrical-coordinate representation of color #BAE720: hue angle of 73.57º degrees, saturation: 0.81, 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 #BAE720 is Cyan = 0.19, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 231 | 32 | - |
| CMYK | 0.19 | 0 | 0.86 | 0.09 |
| HSL | 73.57º | 0.81% | 0.52% | - |
| HSV(B) | 73.57º | 0.86% | 0.91% | - |
| XYZ | 49.09 | 67.7 | 11.85 | - |
| YUV | 194.86 | 36.09 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 231 | 32 | 0.19 | 0 | 0.86 | 0.09 | 73.57 | 0.81 | 0.52 |
| Hex | BA | E7 | 20 | 13 | 0 | 56 | 9 | 4A | 51 | 34 |
| Octal | 272 | 347 | 40 | 23 | 0 | 126 | 11 | 112 | 121 | 64 |
| Binary | 10111010 | 11100111 | 100000 | 10011 | 0 | 1010110 | 1001 | 1001010 | 1010001 | 110100 |
Color Harmonies of #BAE720
Complementary color
Monochromatic Colors of #BAE720
Black with #BAE720
Text Example
Text Example
White with #BAE720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE720; }
p { color: rgb(186,231,32); }
H1.HeaderClassName
{
color: #BAE720;
}
.AnyTagClassName
{
color: #BAE720;
}
</style>
background-color css
<style>
a { background-color: #BAE720; }
a { background-color: rgb(186,231,32); }
div.DivClassName
{
background-color: #BAE720;
}
.BgClassName
{
background-color: #BAE720;
}
</style>
border-color css
<style>
span { border-color: #BAE720; }
span { border-color: rgb(186,231,32); }
td.TdClassName
{
border-color: #BAE720;
}
.TagClassName
{
border-color: #BAE720;
}
</style>