Shades of Inch Worm #BAE315
Tints of Inch Worm #BAE315
RGB
CMYK
RGB Variations
Color information
#BAE315 (or 0xBAE315) is known color: Inch Worm. HEX triplet: BA, E3 and 15. RGB value is (186,227,21). Sum of RGB (Red+Green+Blue) = 186+227+21=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 227 (89.06% from 255 or 52.30% from 434); Blue value is 21 (8.59% from 255 or 4.84% from 434); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE315 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAE315 is #451CEA. Grayscale: #C0C0C0. Windows color (decimal): -4529387 or 1434554. OLE color: 1434554.
HSL color Cylindrical-coordinate representation of color #BAE315: hue angle of 71.94º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BAE315 is Cyan = 0.18, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 227 | 21 | - |
| CMYK | 0.18 | 0 | 0.91 | 0.11 |
| HSL | 71.94º | 0.83% | 0.49% | - |
| HSV(B) | 71.94º | 0.91% | 0.89% | - |
| XYZ | 47.85 | 65.43 | 10.82 | - |
| YUV | 191.26 | 31.92 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 227 | 21 | 0.18 | 0 | 0.91 | 0.11 | 71.94 | 0.83 | 0.49 |
| Hex | BA | E3 | 15 | 12 | 0 | 5B | B | 48 | 53 | 31 |
| Octal | 272 | 343 | 25 | 22 | 0 | 133 | 13 | 110 | 123 | 61 |
| Binary | 10111010 | 11100011 | 10101 | 10010 | 0 | 1011011 | 1011 | 1001000 | 1010011 | 110001 |
Color Harmonies of #BAE315
Complementary color
Monochromatic Colors of #BAE315
Black with #BAE315
Text Example
Text Example
White with #BAE315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE315; }
p { color: rgb(186,227,21); }
H1.HeaderClassName
{
color: #BAE315;
}
.AnyTagClassName
{
color: #BAE315;
}
</style>
background-color css
<style>
a { background-color: #BAE315; }
a { background-color: rgb(186,227,21); }
div.DivClassName
{
background-color: #BAE315;
}
.BgClassName
{
background-color: #BAE315;
}
</style>
border-color css
<style>
span { border-color: #BAE315; }
span { border-color: rgb(186,227,21); }
td.TdClassName
{
border-color: #BAE315;
}
.TagClassName
{
border-color: #BAE315;
}
</style>