Shades of Inch Worm #BAE622
Tints of Inch Worm #BAE622
RGB
CMYK
RGB Variations
Color information
#BAE622 (or 0xBAE622) is known color: Inch Worm. HEX triplet: BA, E6 and 22. RGB value is (186,230,34). Sum of RGB (Red+Green+Blue) = 186+230+34=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 230 (90.23% from 255 or 51.11% from 450); Blue value is 34 (13.67% from 255 or 7.56% from 450); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE622 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE622 is #4519DD. Grayscale: #C3C3C3. Windows color (decimal): -4528606 or 2287290. OLE color: 2287290.
HSL color Cylindrical-coordinate representation of color #BAE622: hue angle of 73.47º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BAE622 is Cyan = 0.19, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 230 | 34 | - |
| CMYK | 0.19 | 0 | 0.85 | 0.10 |
| HSL | 73.47º | 0.8% | 0.52% | - |
| HSV(B) | 73.47º | 0.85% | 0.9% | - |
| XYZ | 48.84 | 67.15 | 11.9 | - |
| YUV | 194.5 | 37.42 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 230 | 34 | 0.19 | 0 | 0.85 | 0.10 | 73.47 | 0.8 | 0.52 |
| Hex | BA | E6 | 22 | 13 | 0 | 55 | A | 49 | 50 | 34 |
| Octal | 272 | 346 | 42 | 23 | 0 | 125 | 12 | 111 | 120 | 64 |
| Binary | 10111010 | 11100110 | 100010 | 10011 | 0 | 1010101 | 1010 | 1001001 | 1010000 | 110100 |
Color Harmonies of #BAE622
Complementary color
Monochromatic Colors of #BAE622
Black with #BAE622
Text Example
Text Example
White with #BAE622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE622; }
p { color: rgb(186,230,34); }
H1.HeaderClassName
{
color: #BAE622;
}
.AnyTagClassName
{
color: #BAE622;
}
</style>
background-color css
<style>
a { background-color: #BAE622; }
a { background-color: rgb(186,230,34); }
div.DivClassName
{
background-color: #BAE622;
}
.BgClassName
{
background-color: #BAE622;
}
</style>
border-color css
<style>
span { border-color: #BAE622; }
span { border-color: rgb(186,230,34); }
td.TdClassName
{
border-color: #BAE622;
}
.TagClassName
{
border-color: #BAE622;
}
</style>