Shades of Inch Worm #BAE305
Tints of Inch Worm #BAE305
RGB
CMYK
RGB Variations
Color information
#BAE305 (or 0xBAE305) is known color: Inch Worm. HEX triplet: BA, E3 and 05. RGB value is (186,227,5). Sum of RGB (Red+Green+Blue) = 186+227+5=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 227 (89.06% from 255 or 54.31% from 418); Blue value is 5 (2.34% from 255 or 1.20% from 418); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE305 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAE305 is #451CFA. Grayscale: #BEBEBE. Windows color (decimal): -4529403 or 385978. OLE color: 385978.
HSL color Cylindrical-coordinate representation of color #BAE305: hue angle of 71.08º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BAE305 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 227 | 5 | - |
| CMYK | 0.18 | 0 | 0.98 | 0.11 |
| HSL | 71.08º | 0.96% | 0.45% | - |
| HSV(B) | 71.08º | 0.98% | 0.89% | - |
| XYZ | 47.75 | 65.39 | 10.25 | - |
| YUV | 189.43 | 23.92 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 227 | 5 | 0.18 | 0 | 0.98 | 0.11 | 71.08 | 0.96 | 0.45 |
| Hex | BA | E3 | 5 | 12 | 0 | 62 | B | 47 | 60 | 2D |
| Octal | 272 | 343 | 5 | 22 | 0 | 142 | 13 | 107 | 140 | 55 |
| Binary | 10111010 | 11100011 | 101 | 10010 | 0 | 1100010 | 1011 | 1000111 | 1100000 | 101101 |
Color Harmonies of #BAE305
Complementary color
Monochromatic Colors of #BAE305
Black with #BAE305
Text Example
Text Example
White with #BAE305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE305; }
p { color: rgb(186,227,5); }
H1.HeaderClassName
{
color: #BAE305;
}
.AnyTagClassName
{
color: #BAE305;
}
</style>
background-color css
<style>
a { background-color: #BAE305; }
a { background-color: rgb(186,227,5); }
div.DivClassName
{
background-color: #BAE305;
}
.BgClassName
{
background-color: #BAE305;
}
</style>
border-color css
<style>
span { border-color: #BAE305; }
span { border-color: rgb(186,227,5); }
td.TdClassName
{
border-color: #BAE305;
}
.TagClassName
{
border-color: #BAE305;
}
</style>