Shades of Bahia #9EBA29
Tints of Bahia #9EBA29
RGB
CMYK
RGB Variations
Color information
#9EBA29 (or 0x9EBA29) is known color: Bahia. HEX triplet: 9E, BA and 29. RGB value is (158,186,41). Sum of RGB (Red+Green+Blue) = 158+186+41=385 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.04% from 385); Green value is 186 (73.05% from 255 or 48.31% from 385); Blue value is 41 (16.41% from 255 or 10.65% from 385); Max value from RGB is 186 - color contains mainly: green. Hex color #9EBA29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EBA29 is #6145D6. Grayscale: #A1A1A1. Windows color (decimal): -6374871 or 2734750. OLE color: 2734750.
HSL color Cylindrical-coordinate representation of color #9EBA29: hue angle of 71.59º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9EBA29 is Cyan = 0.15, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 186 | 41 | - |
| CMYK | 0.15 | 0 | 0.78 | 0.27 |
| HSL | 71.59º | 0.64% | 0.45% | - |
| HSV(B) | 71.59º | 0.78% | 0.73% | - |
| XYZ | 32.06 | 42.55 | 8.62 | - |
| YUV | 161.1 | 60.22 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 186 | 41 | 0.15 | 0 | 0.78 | 0.27 | 71.59 | 0.64 | 0.45 |
| Hex | 9E | BA | 29 | F | 0 | 4E | 1B | 48 | 40 | 2D |
| Octal | 236 | 272 | 51 | 17 | 0 | 116 | 33 | 110 | 100 | 55 |
| Binary | 10011110 | 10111010 | 101001 | 1111 | 0 | 1001110 | 11011 | 1001000 | 1000000 | 101101 |
Color Harmonies of #9EBA29
Complementary color
Monochromatic Colors of #9EBA29
Black with #9EBA29
Text Example
Text Example
White with #9EBA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBA29; }
p { color: rgb(158,186,41); }
H1.HeaderClassName
{
color: #9EBA29;
}
.AnyTagClassName
{
color: #9EBA29;
}
</style>
background-color css
<style>
a { background-color: #9EBA29; }
a { background-color: rgb(158,186,41); }
div.DivClassName
{
background-color: #9EBA29;
}
.BgClassName
{
background-color: #9EBA29;
}
</style>
border-color css
<style>
span { border-color: #9EBA29; }
span { border-color: rgb(158,186,41); }
td.TdClassName
{
border-color: #9EBA29;
}
.TagClassName
{
border-color: #9EBA29;
}
</style>