Shades of Inch Worm #BAE21C
Tints of Inch Worm #BAE21C
RGB
CMYK
RGB Variations
Color information
#BAE21C (or 0xBAE21C) is known color: Inch Worm. HEX triplet: BA, E2 and 1C. RGB value is (186,226,28). Sum of RGB (Red+Green+Blue) = 186+226+28=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 226 (88.67% from 255 or 51.36% from 440); Blue value is 28 (11.33% from 255 or 6.36% from 440); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE21C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE21C is #451DE3. Grayscale: #C0C0C0. Windows color (decimal): -4529636 or 1893050. OLE color: 1893050.
HSL color Cylindrical-coordinate representation of color #BAE21C: hue angle of 72.12º 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 #BAE21C is Cyan = 0.18, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 226 | 28 | - |
| CMYK | 0.18 | 0 | 0.88 | 0.11 |
| HSL | 72.12º | 0.78% | 0.5% | - |
| HSV(B) | 72.12º | 0.88% | 0.89% | - |
| XYZ | 47.66 | 64.92 | 11.12 | - |
| YUV | 191.47 | 35.75 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 226 | 28 | 0.18 | 0 | 0.88 | 0.11 | 72.12 | 0.78 | 0.5 |
| Hex | BA | E2 | 1C | 12 | 0 | 58 | B | 48 | 4E | 32 |
| Octal | 272 | 342 | 34 | 22 | 0 | 130 | 13 | 110 | 116 | 62 |
| Binary | 10111010 | 11100010 | 11100 | 10010 | 0 | 1011000 | 1011 | 1001000 | 1001110 | 110010 |
Color Harmonies of #BAE21C
Complementary color
Monochromatic Colors of #BAE21C
Black with #BAE21C
Text Example
Text Example
White with #BAE21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE21C; }
p { color: rgb(186,226,28); }
H1.HeaderClassName
{
color: #BAE21C;
}
.AnyTagClassName
{
color: #BAE21C;
}
</style>
background-color css
<style>
a { background-color: #BAE21C; }
a { background-color: rgb(186,226,28); }
div.DivClassName
{
background-color: #BAE21C;
}
.BgClassName
{
background-color: #BAE21C;
}
</style>
border-color css
<style>
span { border-color: #BAE21C; }
span { border-color: rgb(186,226,28); }
td.TdClassName
{
border-color: #BAE21C;
}
.TagClassName
{
border-color: #BAE21C;
}
</style>