Shades of Inch Worm #BAE31C
Tints of Inch Worm #BAE31C
RGB
CMYK
RGB Variations
Color information
#BAE31C (or 0xBAE31C) is known color: Inch Worm. HEX triplet: BA, E3 and 1C. RGB value is (186,227,28). Sum of RGB (Red+Green+Blue) = 186+227+28=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 227 (89.06% from 255 or 51.47% from 441); Blue value is 28 (11.33% from 255 or 6.35% from 441); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE31C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE31C is #451CE3. Grayscale: #C0C0C0. Windows color (decimal): -4529380 or 1893306. OLE color: 1893306.
HSL color Cylindrical-coordinate representation of color #BAE31C: hue angle of 72.36º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BAE31C is Cyan = 0.18, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 227 | 28 | - |
| CMYK | 0.18 | 0 | 0.88 | 0.11 |
| HSL | 72.36º | 0.78% | 0.5% | - |
| HSV(B) | 72.36º | 0.88% | 0.89% | - |
| XYZ | 47.93 | 65.46 | 11.21 | - |
| YUV | 192.06 | 35.42 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 227 | 28 | 0.18 | 0 | 0.88 | 0.11 | 72.36 | 0.78 | 0.5 |
| Hex | BA | E3 | 1C | 12 | 0 | 58 | B | 48 | 4E | 32 |
| Octal | 272 | 343 | 34 | 22 | 0 | 130 | 13 | 110 | 116 | 62 |
| Binary | 10111010 | 11100011 | 11100 | 10010 | 0 | 1011000 | 1011 | 1001000 | 1001110 | 110010 |
Color Harmonies of #BAE31C
Complementary color
Monochromatic Colors of #BAE31C
Black with #BAE31C
Text Example
Text Example
White with #BAE31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE31C; }
p { color: rgb(186,227,28); }
H1.HeaderClassName
{
color: #BAE31C;
}
.AnyTagClassName
{
color: #BAE31C;
}
</style>
background-color css
<style>
a { background-color: #BAE31C; }
a { background-color: rgb(186,227,28); }
div.DivClassName
{
background-color: #BAE31C;
}
.BgClassName
{
background-color: #BAE31C;
}
</style>
border-color css
<style>
span { border-color: #BAE31C; }
span { border-color: rgb(186,227,28); }
td.TdClassName
{
border-color: #BAE31C;
}
.TagClassName
{
border-color: #BAE31C;
}
</style>