Shades of Inch Worm #BAE50B
Tints of Inch Worm #BAE50B
RGB
CMYK
RGB Variations
Color information
#BAE50B (or 0xBAE50B) is known color: Inch Worm. HEX triplet: BA, E5 and 0B. RGB value is (186,229,11). Sum of RGB (Red+Green+Blue) = 186+229+11=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 229 (89.84% from 255 or 53.76% from 426); Blue value is 11 (4.69% from 255 or 2.58% from 426); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE50B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAE50B is #451AF4. Grayscale: #C0C0C0. Windows color (decimal): -4528885 or 779706. OLE color: 779706.
HSL color Cylindrical-coordinate representation of color #BAE50B: hue angle of 71.83º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BAE50B is Cyan = 0.19, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 229 | 11 | - |
| CMYK | 0.19 | 0 | 0.95 | 0.10 |
| HSL | 71.83º | 0.91% | 0.47% | - |
| HSV(B) | 71.83º | 0.95% | 0.9% | - |
| XYZ | 48.33 | 66.5 | 10.61 | - |
| YUV | 191.29 | 26.25 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 229 | 11 | 0.19 | 0 | 0.95 | 0.10 | 71.83 | 0.91 | 0.47 |
| Hex | BA | E5 | B | 13 | 0 | 5F | A | 48 | 5B | 2F |
| Octal | 272 | 345 | 13 | 23 | 0 | 137 | 12 | 110 | 133 | 57 |
| Binary | 10111010 | 11100101 | 1011 | 10011 | 0 | 1011111 | 1010 | 1001000 | 1011011 | 101111 |
Color Harmonies of #BAE50B
Complementary color
Monochromatic Colors of #BAE50B
Black with #BAE50B
Text Example
Text Example
White with #BAE50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE50B; }
p { color: rgb(186,229,11); }
H1.HeaderClassName
{
color: #BAE50B;
}
.AnyTagClassName
{
color: #BAE50B;
}
</style>
background-color css
<style>
a { background-color: #BAE50B; }
a { background-color: rgb(186,229,11); }
div.DivClassName
{
background-color: #BAE50B;
}
.BgClassName
{
background-color: #BAE50B;
}
</style>
border-color css
<style>
span { border-color: #BAE50B; }
span { border-color: rgb(186,229,11); }
td.TdClassName
{
border-color: #BAE50B;
}
.TagClassName
{
border-color: #BAE50B;
}
</style>