Shades of Inch Worm #BAE91C
Tints of Inch Worm #BAE91C
RGB
CMYK
RGB Variations
Color information
#BAE91C (or 0xBAE91C) is known color: Inch Worm. HEX triplet: BA, E9 and 1C. RGB value is (186,233,28). Sum of RGB (Red+Green+Blue) = 186+233+28=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 233 (91.41% from 255 or 52.13% from 447); Blue value is 28 (11.33% from 255 or 6.26% from 447); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE91C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE91C is #4516E3. Grayscale: #C4C4C4. Windows color (decimal): -4527844 or 1894842. OLE color: 1894842.
HSL color Cylindrical-coordinate representation of color #BAE91C: hue angle of 73.76º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BAE91C is Cyan = 0.20, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 233 | 28 | - |
| CMYK | 0.20 | 0 | 0.88 | 0.09 |
| HSL | 73.76º | 0.82% | 0.51% | - |
| HSV(B) | 73.76º | 0.88% | 0.91% | - |
| XYZ | 49.6 | 68.8 | 11.76 | - |
| YUV | 195.58 | 33.43 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 233 | 28 | 0.20 | 0 | 0.88 | 0.09 | 73.76 | 0.82 | 0.51 |
| Hex | BA | E9 | 1C | 14 | 0 | 58 | 9 | 4A | 52 | 33 |
| Octal | 272 | 351 | 34 | 24 | 0 | 130 | 11 | 112 | 122 | 63 |
| Binary | 10111010 | 11101001 | 11100 | 10100 | 0 | 1011000 | 1001 | 1001010 | 1010010 | 110011 |
Color Harmonies of #BAE91C
Complementary color
Monochromatic Colors of #BAE91C
Black with #BAE91C
Text Example
Text Example
White with #BAE91C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE91C; }
p { color: rgb(186,233,28); }
H1.HeaderClassName
{
color: #BAE91C;
}
.AnyTagClassName
{
color: #BAE91C;
}
</style>
background-color css
<style>
a { background-color: #BAE91C; }
a { background-color: rgb(186,233,28); }
div.DivClassName
{
background-color: #BAE91C;
}
.BgClassName
{
background-color: #BAE91C;
}
</style>
border-color css
<style>
span { border-color: #BAE91C; }
span { border-color: rgb(186,233,28); }
td.TdClassName
{
border-color: #BAE91C;
}
.TagClassName
{
border-color: #BAE91C;
}
</style>