Shades of Bahia #9EBA2D
Tints of Bahia #9EBA2D
RGB
CMYK
RGB Variations
Color information
#9EBA2D (or 0x9EBA2D) is known color: Bahia. HEX triplet: 9E, BA and 2D. RGB value is (158,186,45). Sum of RGB (Red+Green+Blue) = 158+186+45=389 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.62% from 389); Green value is 186 (73.05% from 255 or 47.81% from 389); Blue value is 45 (17.97% from 255 or 11.57% from 389); Max value from RGB is 186 - color contains mainly: green. Hex color #9EBA2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EBA2D is #6145D2. Grayscale: #A2A2A2. Windows color (decimal): -6374867 or 2996894. OLE color: 2996894.
HSL color Cylindrical-coordinate representation of color #9EBA2D: hue angle of 71.91º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9EBA2D is Cyan = 0.15, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 186 | 45 | - |
| CMYK | 0.15 | 0 | 0.76 | 0.27 |
| HSL | 71.91º | 0.61% | 0.45% | - |
| HSV(B) | 71.91º | 0.76% | 0.73% | - |
| XYZ | 32.13 | 42.58 | 9.01 | - |
| YUV | 161.55 | 62.22 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 186 | 45 | 0.15 | 0 | 0.76 | 0.27 | 71.91 | 0.61 | 0.45 |
| Hex | 9E | BA | 2D | F | 0 | 4C | 1B | 48 | 3D | 2D |
| Octal | 236 | 272 | 55 | 17 | 0 | 114 | 33 | 110 | 75 | 55 |
| Binary | 10011110 | 10111010 | 101101 | 1111 | 0 | 1001100 | 11011 | 1001000 | 111101 | 101101 |
Color Harmonies of #9EBA2D
Complementary color
Monochromatic Colors of #9EBA2D
Black with #9EBA2D
Text Example
Text Example
White with #9EBA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBA2D; }
p { color: rgb(158,186,45); }
H1.HeaderClassName
{
color: #9EBA2D;
}
.AnyTagClassName
{
color: #9EBA2D;
}
</style>
background-color css
<style>
a { background-color: #9EBA2D; }
a { background-color: rgb(158,186,45); }
div.DivClassName
{
background-color: #9EBA2D;
}
.BgClassName
{
background-color: #9EBA2D;
}
</style>
border-color css
<style>
span { border-color: #9EBA2D; }
span { border-color: rgb(158,186,45); }
td.TdClassName
{
border-color: #9EBA2D;
}
.TagClassName
{
border-color: #9EBA2D;
}
</style>