Shades of Inch Worm #BAE30D
Tints of Inch Worm #BAE30D
RGB
CMYK
RGB Variations
Color information
#BAE30D (or 0xBAE30D) is known color: Inch Worm. HEX triplet: BA, E3 and 0D. RGB value is (186,227,13). Sum of RGB (Red+Green+Blue) = 186+227+13=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 227 (89.06% from 255 or 53.29% from 426); Blue value is 13 (5.47% from 255 or 3.05% from 426); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE30D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAE30D is #451CF2. Grayscale: #BFBFBF. Windows color (decimal): -4529395 or 910266. OLE color: 910266.
HSL color Cylindrical-coordinate representation of color #BAE30D: hue angle of 71.5º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BAE30D is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 227 | 13 | - |
| CMYK | 0.18 | 0 | 0.94 | 0.11 |
| HSL | 71.5º | 0.89% | 0.47% | - |
| HSV(B) | 71.5º | 0.94% | 0.89% | - |
| XYZ | 47.79 | 65.41 | 10.49 | - |
| YUV | 190.35 | 27.92 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 227 | 13 | 0.18 | 0 | 0.94 | 0.11 | 71.5 | 0.89 | 0.47 |
| Hex | BA | E3 | D | 12 | 0 | 5E | B | 47 | 59 | 2F |
| Octal | 272 | 343 | 15 | 22 | 0 | 136 | 13 | 107 | 131 | 57 |
| Binary | 10111010 | 11100011 | 1101 | 10010 | 0 | 1011110 | 1011 | 1000111 | 1011001 | 101111 |
Color Harmonies of #BAE30D
Complementary color
Monochromatic Colors of #BAE30D
Black with #BAE30D
Text Example
Text Example
White with #BAE30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE30D; }
p { color: rgb(186,227,13); }
H1.HeaderClassName
{
color: #BAE30D;
}
.AnyTagClassName
{
color: #BAE30D;
}
</style>
background-color css
<style>
a { background-color: #BAE30D; }
a { background-color: rgb(186,227,13); }
div.DivClassName
{
background-color: #BAE30D;
}
.BgClassName
{
background-color: #BAE30D;
}
</style>
border-color css
<style>
span { border-color: #BAE30D; }
span { border-color: rgb(186,227,13); }
td.TdClassName
{
border-color: #BAE30D;
}
.TagClassName
{
border-color: #BAE30D;
}
</style>