Shades of Inch Worm #BAE91D
Tints of Inch Worm #BAE91D
RGB
CMYK
RGB Variations
Color information
#BAE91D (or 0xBAE91D) is known color: Inch Worm. HEX triplet: BA, E9 and 1D. RGB value is (186,233,29). Sum of RGB (Red+Green+Blue) = 186+233+29=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 233 (91.41% from 255 or 52.01% from 448); Blue value is 29 (11.72% from 255 or 6.47% from 448); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE91D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE91D is #4516E2. Grayscale: #C4C4C4. Windows color (decimal): -4527843 or 1960378. OLE color: 1960378.
HSL color Cylindrical-coordinate representation of color #BAE91D: hue angle of 73.82º 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 #BAE91D is Cyan = 0.20, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 233 | 29 | - |
| CMYK | 0.20 | 0 | 0.88 | 0.09 |
| HSL | 73.82º | 0.82% | 0.51% | - |
| HSV(B) | 73.82º | 0.88% | 0.91% | - |
| XYZ | 49.61 | 68.81 | 11.83 | - |
| YUV | 195.69 | 33.93 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 233 | 29 | 0.20 | 0 | 0.88 | 0.09 | 73.82 | 0.82 | 0.51 |
| Hex | BA | E9 | 1D | 14 | 0 | 58 | 9 | 4A | 52 | 33 |
| Octal | 272 | 351 | 35 | 24 | 0 | 130 | 11 | 112 | 122 | 63 |
| Binary | 10111010 | 11101001 | 11101 | 10100 | 0 | 1011000 | 1001 | 1001010 | 1010010 | 110011 |
Color Harmonies of #BAE91D
Complementary color
Monochromatic Colors of #BAE91D
Black with #BAE91D
Text Example
Text Example
White with #BAE91D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE91D; }
p { color: rgb(186,233,29); }
H1.HeaderClassName
{
color: #BAE91D;
}
.AnyTagClassName
{
color: #BAE91D;
}
</style>
background-color css
<style>
a { background-color: #BAE91D; }
a { background-color: rgb(186,233,29); }
div.DivClassName
{
background-color: #BAE91D;
}
.BgClassName
{
background-color: #BAE91D;
}
</style>
border-color css
<style>
span { border-color: #BAE91D; }
span { border-color: rgb(186,233,29); }
td.TdClassName
{
border-color: #BAE91D;
}
.TagClassName
{
border-color: #BAE91D;
}
</style>