Shades of Inch Worm #BAE605
Tints of Inch Worm #BAE605
RGB
CMYK
RGB Variations
Color information
#BAE605 (or 0xBAE605) is known color: Inch Worm. HEX triplet: BA, E6 and 05. RGB value is (186,230,5). Sum of RGB (Red+Green+Blue) = 186+230+5=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 230 (90.23% from 255 or 54.63% from 421); Blue value is 5 (2.34% from 255 or 1.19% from 421); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE605 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAE605 is #4519FA. Grayscale: #C0C0C0. Windows color (decimal): -4528635 or 386746. OLE color: 386746.
HSL color Cylindrical-coordinate representation of color #BAE605: hue angle of 71.73º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BAE605 is Cyan = 0.19, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 230 | 5 | - |
| CMYK | 0.19 | 0 | 0.98 | 0.10 |
| HSL | 71.73º | 0.96% | 0.46% | - |
| HSV(B) | 71.73º | 0.98% | 0.9% | - |
| XYZ | 48.57 | 67.04 | 10.52 | - |
| YUV | 191.19 | 22.92 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 230 | 5 | 0.19 | 0 | 0.98 | 0.10 | 71.73 | 0.96 | 0.46 |
| Hex | BA | E6 | 5 | 13 | 0 | 62 | A | 48 | 60 | 2E |
| Octal | 272 | 346 | 5 | 23 | 0 | 142 | 12 | 110 | 140 | 56 |
| Binary | 10111010 | 11100110 | 101 | 10011 | 0 | 1100010 | 1010 | 1001000 | 1100000 | 101110 |
Color Harmonies of #BAE605
Complementary color
Monochromatic Colors of #BAE605
Black with #BAE605
Text Example
Text Example
White with #BAE605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE605; }
p { color: rgb(186,230,5); }
H1.HeaderClassName
{
color: #BAE605;
}
.AnyTagClassName
{
color: #BAE605;
}
</style>
background-color css
<style>
a { background-color: #BAE605; }
a { background-color: rgb(186,230,5); }
div.DivClassName
{
background-color: #BAE605;
}
.BgClassName
{
background-color: #BAE605;
}
</style>
border-color css
<style>
span { border-color: #BAE605; }
span { border-color: rgb(186,230,5); }
td.TdClassName
{
border-color: #BAE605;
}
.TagClassName
{
border-color: #BAE605;
}
</style>