Shades of Inch Worm #BAE322
Tints of Inch Worm #BAE322
RGB
CMYK
RGB Variations
Color information
#BAE322 (or 0xBAE322) is known color: Inch Worm. HEX triplet: BA, E3 and 22. RGB value is (186,227,34). Sum of RGB (Red+Green+Blue) = 186+227+34=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 227 (89.06% from 255 or 50.78% from 447); Blue value is 34 (13.67% from 255 or 7.61% from 447); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE322 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE322 is #451CDD. Grayscale: #C1C1C1. Windows color (decimal): -4529374 or 2286522. OLE color: 2286522.
HSL color Cylindrical-coordinate representation of color #BAE322: hue angle of 72.75º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BAE322 is Cyan = 0.18, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 227 | 34 | - |
| CMYK | 0.18 | 0 | 0.85 | 0.11 |
| HSL | 72.75º | 0.78% | 0.51% | - |
| HSV(B) | 72.75º | 0.85% | 0.89% | - |
| XYZ | 48.01 | 65.49 | 11.62 | - |
| YUV | 192.74 | 38.42 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 227 | 34 | 0.18 | 0 | 0.85 | 0.11 | 72.75 | 0.78 | 0.51 |
| Hex | BA | E3 | 22 | 12 | 0 | 55 | B | 49 | 4E | 33 |
| Octal | 272 | 343 | 42 | 22 | 0 | 125 | 13 | 111 | 116 | 63 |
| Binary | 10111010 | 11100011 | 100010 | 10010 | 0 | 1010101 | 1011 | 1001001 | 1001110 | 110011 |
Color Harmonies of #BAE322
Complementary color
Monochromatic Colors of #BAE322
Black with #BAE322
Text Example
Text Example
White with #BAE322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE322; }
p { color: rgb(186,227,34); }
H1.HeaderClassName
{
color: #BAE322;
}
.AnyTagClassName
{
color: #BAE322;
}
</style>
background-color css
<style>
a { background-color: #BAE322; }
a { background-color: rgb(186,227,34); }
div.DivClassName
{
background-color: #BAE322;
}
.BgClassName
{
background-color: #BAE322;
}
</style>
border-color css
<style>
span { border-color: #BAE322; }
span { border-color: rgb(186,227,34); }
td.TdClassName
{
border-color: #BAE322;
}
.TagClassName
{
border-color: #BAE322;
}
</style>