Shades of Inch Worm #BAE917
Tints of Inch Worm #BAE917
RGB
CMYK
RGB Variations
Color information
#BAE917 (or 0xBAE917) is known color: Inch Worm. HEX triplet: BA, E9 and 17. RGB value is (186,233,23). Sum of RGB (Red+Green+Blue) = 186+233+23=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 233 (91.41% from 255 or 52.71% from 442); Blue value is 23 (9.38% from 255 or 5.20% from 442); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE917 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAE917 is #4516E8. Grayscale: #C3C3C3. Windows color (decimal): -4527849 or 1567162. OLE color: 1567162.
HSL color Cylindrical-coordinate representation of color #BAE917: hue angle of 73.43º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BAE917 is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 233 | 23 | - |
| CMYK | 0.20 | 0 | 0.90 | 0.09 |
| HSL | 73.43º | 0.83% | 0.5% | - |
| HSV(B) | 73.43º | 0.9% | 0.91% | - |
| XYZ | 49.54 | 68.78 | 11.48 | - |
| YUV | 195.01 | 30.93 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 233 | 23 | 0.20 | 0 | 0.90 | 0.09 | 73.43 | 0.83 | 0.5 |
| Hex | BA | E9 | 17 | 14 | 0 | 5A | 9 | 49 | 53 | 32 |
| Octal | 272 | 351 | 27 | 24 | 0 | 132 | 11 | 111 | 123 | 62 |
| Binary | 10111010 | 11101001 | 10111 | 10100 | 0 | 1011010 | 1001 | 1001001 | 1010011 | 110010 |
Color Harmonies of #BAE917
Complementary color
Monochromatic Colors of #BAE917
Black with #BAE917
Text Example
Text Example
White with #BAE917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE917; }
p { color: rgb(186,233,23); }
H1.HeaderClassName
{
color: #BAE917;
}
.AnyTagClassName
{
color: #BAE917;
}
</style>
background-color css
<style>
a { background-color: #BAE917; }
a { background-color: rgb(186,233,23); }
div.DivClassName
{
background-color: #BAE917;
}
.BgClassName
{
background-color: #BAE917;
}
</style>
border-color css
<style>
span { border-color: #BAE917; }
span { border-color: rgb(186,233,23); }
td.TdClassName
{
border-color: #BAE917;
}
.TagClassName
{
border-color: #BAE917;
}
</style>