Shades of Inch Worm #BAEA24
Tints of Inch Worm #BAEA24
RGB
CMYK
RGB Variations
Color information
#BAEA24 (or 0xBAEA24) is known color: Inch Worm. HEX triplet: BA, EA and 24. RGB value is (186,234,36). Sum of RGB (Red+Green+Blue) = 186+234+36=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 234 (91.80% from 255 or 51.32% from 456); Blue value is 36 (14.45% from 255 or 7.89% from 456); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEA24 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAEA24 is #4515DB. Grayscale: #C5C5C5. Windows color (decimal): -4527580 or 2419386. OLE color: 2419386.
HSL color Cylindrical-coordinate representation of color #BAEA24: hue angle of 74.55º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BAEA24 is Cyan = 0.21, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 234 | 36 | - |
| CMYK | 0.21 | 0 | 0.85 | 0.08 |
| HSL | 74.55º | 0.83% | 0.53% | - |
| HSV(B) | 74.55º | 0.85% | 0.92% | - |
| XYZ | 49.99 | 69.41 | 12.43 | - |
| YUV | 197.08 | 37.1 | 120.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 234 | 36 | 0.21 | 0 | 0.85 | 0.08 | 74.55 | 0.83 | 0.53 |
| Hex | BA | EA | 24 | 15 | 0 | 55 | 8 | 4B | 52 | 35 |
| Octal | 272 | 352 | 44 | 25 | 0 | 125 | 10 | 113 | 122 | 65 |
| Binary | 10111010 | 11101010 | 100100 | 10101 | 0 | 1010101 | 1000 | 1001011 | 1010010 | 110101 |
Color Harmonies of #BAEA24
Complementary color
Monochromatic Colors of #BAEA24
Black with #BAEA24
Text Example
Text Example
White with #BAEA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEA24; }
p { color: rgb(186,234,36); }
H1.HeaderClassName
{
color: #BAEA24;
}
.AnyTagClassName
{
color: #BAEA24;
}
</style>
background-color css
<style>
a { background-color: #BAEA24; }
a { background-color: rgb(186,234,36); }
div.DivClassName
{
background-color: #BAEA24;
}
.BgClassName
{
background-color: #BAEA24;
}
</style>
border-color css
<style>
span { border-color: #BAEA24; }
span { border-color: rgb(186,234,36); }
td.TdClassName
{
border-color: #BAEA24;
}
.TagClassName
{
border-color: #BAEA24;
}
</style>