Shades of Bahia #9EB91E
Tints of Bahia #9EB91E
RGB
CMYK
RGB Variations
Color information
#9EB91E (or 0x9EB91E) is known color: Bahia. HEX triplet: 9E, B9 and 1E. RGB value is (158,185,30). Sum of RGB (Red+Green+Blue) = 158+185+30=373 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.36% from 373); Green value is 185 (72.66% from 255 or 49.60% from 373); Blue value is 30 (12.11% from 255 or 8.04% from 373); Max value from RGB is 185 - color contains mainly: green. Hex color #9EB91E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EB91E is #6146E1. Grayscale: #9F9F9F. Windows color (decimal): -6375138 or 2013598. OLE color: 2013598.
HSL color Cylindrical-coordinate representation of color #9EB91E: hue angle of 70.45º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9EB91E is Cyan = 0.15, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 185 | 30 | - |
| CMYK | 0.15 | 0 | 0.84 | 0.27 |
| HSL | 70.45º | 0.72% | 0.42% | - |
| HSV(B) | 70.45º | 0.84% | 0.73% | - |
| XYZ | 31.68 | 42.06 | 7.68 | - |
| YUV | 159.26 | 55.05 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 185 | 30 | 0.15 | 0 | 0.84 | 0.27 | 70.45 | 0.72 | 0.42 |
| Hex | 9E | B9 | 1E | F | 0 | 54 | 1B | 46 | 48 | 2A |
| Octal | 236 | 271 | 36 | 17 | 0 | 124 | 33 | 106 | 110 | 52 |
| Binary | 10011110 | 10111001 | 11110 | 1111 | 0 | 1010100 | 11011 | 1000110 | 1001000 | 101010 |
Color Harmonies of #9EB91E
Complementary color
Monochromatic Colors of #9EB91E
Black with #9EB91E
Text Example
Text Example
White with #9EB91E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EB91E; }
p { color: rgb(158,185,30); }
H1.HeaderClassName
{
color: #9EB91E;
}
.AnyTagClassName
{
color: #9EB91E;
}
</style>
background-color css
<style>
a { background-color: #9EB91E; }
a { background-color: rgb(158,185,30); }
div.DivClassName
{
background-color: #9EB91E;
}
.BgClassName
{
background-color: #9EB91E;
}
</style>
border-color css
<style>
span { border-color: #9EB91E; }
span { border-color: rgb(158,185,30); }
td.TdClassName
{
border-color: #9EB91E;
}
.TagClassName
{
border-color: #9EB91E;
}
</style>