Shades of Inch Worm #BAE705
Tints of Inch Worm #BAE705
RGB
CMYK
RGB Variations
Color information
#BAE705 (or 0xBAE705) is known color: Inch Worm. HEX triplet: BA, E7 and 05. RGB value is (186,231,5). Sum of RGB (Red+Green+Blue) = 186+231+5=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 231 (90.62% from 255 or 54.74% from 422); Blue value is 5 (2.34% from 255 or 1.18% from 422); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE705 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAE705 is #4518FA. Grayscale: #C0C0C0. Windows color (decimal): -4528379 or 387002. OLE color: 387002.
HSL color Cylindrical-coordinate representation of color #BAE705: hue angle of 71.95º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BAE705 is Cyan = 0.19, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 231 | 5 | - |
| CMYK | 0.19 | 0 | 0.98 | 0.09 |
| HSL | 71.95º | 0.96% | 0.46% | - |
| HSV(B) | 71.95º | 0.98% | 0.91% | - |
| XYZ | 48.85 | 67.6 | 10.62 | - |
| YUV | 191.78 | 22.59 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 231 | 5 | 0.19 | 0 | 0.98 | 0.09 | 71.95 | 0.96 | 0.46 |
| Hex | BA | E7 | 5 | 13 | 0 | 62 | 9 | 48 | 60 | 2E |
| Octal | 272 | 347 | 5 | 23 | 0 | 142 | 11 | 110 | 140 | 56 |
| Binary | 10111010 | 11100111 | 101 | 10011 | 0 | 1100010 | 1001 | 1001000 | 1100000 | 101110 |
Color Harmonies of #BAE705
Complementary color
Monochromatic Colors of #BAE705
Black with #BAE705
Text Example
Text Example
White with #BAE705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE705; }
p { color: rgb(186,231,5); }
H1.HeaderClassName
{
color: #BAE705;
}
.AnyTagClassName
{
color: #BAE705;
}
</style>
background-color css
<style>
a { background-color: #BAE705; }
a { background-color: rgb(186,231,5); }
div.DivClassName
{
background-color: #BAE705;
}
.BgClassName
{
background-color: #BAE705;
}
</style>
border-color css
<style>
span { border-color: #BAE705; }
span { border-color: rgb(186,231,5); }
td.TdClassName
{
border-color: #BAE705;
}
.TagClassName
{
border-color: #BAE705;
}
</style>