Shades of Inch Worm #BAEA20
Tints of Inch Worm #BAEA20
RGB
CMYK
RGB Variations
Color information
#BAEA20 (or 0xBAEA20) is known color: Inch Worm. HEX triplet: BA, EA and 20. RGB value is (186,234,32). Sum of RGB (Red+Green+Blue) = 186+234+32=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 234 (91.80% from 255 or 51.77% from 452); Blue value is 32 (12.89% from 255 or 7.08% from 452); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEA20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAEA20 is #4515DF. Grayscale: #C5C5C5. Windows color (decimal): -4527584 or 2157242. OLE color: 2157242.
HSL color Cylindrical-coordinate representation of color #BAEA20: hue angle of 74.26º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BAEA20 is Cyan = 0.21, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 234 | 32 | - |
| CMYK | 0.21 | 0 | 0.86 | 0.08 |
| HSL | 74.26º | 0.83% | 0.52% | - |
| HSV(B) | 74.26º | 0.86% | 0.92% | - |
| XYZ | 49.93 | 69.39 | 12.13 | - |
| YUV | 196.62 | 35.1 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 234 | 32 | 0.21 | 0 | 0.86 | 0.08 | 74.26 | 0.83 | 0.52 |
| Hex | BA | EA | 20 | 15 | 0 | 56 | 8 | 4A | 53 | 34 |
| Octal | 272 | 352 | 40 | 25 | 0 | 126 | 10 | 112 | 123 | 64 |
| Binary | 10111010 | 11101010 | 100000 | 10101 | 0 | 1010110 | 1000 | 1001010 | 1010011 | 110100 |
Color Harmonies of #BAEA20
Complementary color
Monochromatic Colors of #BAEA20
Black with #BAEA20
Text Example
Text Example
White with #BAEA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEA20; }
p { color: rgb(186,234,32); }
H1.HeaderClassName
{
color: #BAEA20;
}
.AnyTagClassName
{
color: #BAEA20;
}
</style>
background-color css
<style>
a { background-color: #BAEA20; }
a { background-color: rgb(186,234,32); }
div.DivClassName
{
background-color: #BAEA20;
}
.BgClassName
{
background-color: #BAEA20;
}
</style>
border-color css
<style>
span { border-color: #BAEA20; }
span { border-color: rgb(186,234,32); }
td.TdClassName
{
border-color: #BAEA20;
}
.TagClassName
{
border-color: #BAEA20;
}
</style>