Shades of Inch Worm #BAE822
Tints of Inch Worm #BAE822
RGB
CMYK
RGB Variations
Color information
#BAE822 (or 0xBAE822) is known color: Inch Worm. HEX triplet: BA, E8 and 22. RGB value is (186,232,34). Sum of RGB (Red+Green+Blue) = 186+232+34=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 232 (91.02% from 255 or 51.33% from 452); Blue value is 34 (13.67% from 255 or 7.52% from 452); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE822 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE822 is #4517DD. Grayscale: #C4C4C4. Windows color (decimal): -4528094 or 2287802. OLE color: 2287802.
HSL color Cylindrical-coordinate representation of color #BAE822: hue angle of 73.94º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BAE822 is Cyan = 0.20, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 232 | 34 | - |
| CMYK | 0.20 | 0 | 0.85 | 0.09 |
| HSL | 73.94º | 0.81% | 0.52% | - |
| HSV(B) | 73.94º | 0.85% | 0.91% | - |
| XYZ | 49.4 | 68.27 | 12.09 | - |
| YUV | 195.67 | 36.76 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 232 | 34 | 0.20 | 0 | 0.85 | 0.09 | 73.94 | 0.81 | 0.52 |
| Hex | BA | E8 | 22 | 14 | 0 | 55 | 9 | 4A | 51 | 34 |
| Octal | 272 | 350 | 42 | 24 | 0 | 125 | 11 | 112 | 121 | 64 |
| Binary | 10111010 | 11101000 | 100010 | 10100 | 0 | 1010101 | 1001 | 1001010 | 1010001 | 110100 |
Color Harmonies of #BAE822
Complementary color
Monochromatic Colors of #BAE822
Black with #BAE822
Text Example
Text Example
White with #BAE822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE822; }
p { color: rgb(186,232,34); }
H1.HeaderClassName
{
color: #BAE822;
}
.AnyTagClassName
{
color: #BAE822;
}
</style>
background-color css
<style>
a { background-color: #BAE822; }
a { background-color: rgb(186,232,34); }
div.DivClassName
{
background-color: #BAE822;
}
.BgClassName
{
background-color: #BAE822;
}
</style>
border-color css
<style>
span { border-color: #BAE822; }
span { border-color: rgb(186,232,34); }
td.TdClassName
{
border-color: #BAE822;
}
.TagClassName
{
border-color: #BAE822;
}
</style>