Shades of Bahia #9EBA2C
Tints of Bahia #9EBA2C
RGB
CMYK
RGB Variations
Color information
#9EBA2C (or 0x9EBA2C) is known color: Bahia. HEX triplet: 9E, BA and 2C. RGB value is (158,186,44). Sum of RGB (Red+Green+Blue) = 158+186+44=388 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.72% from 388); Green value is 186 (73.05% from 255 or 47.94% from 388); Blue value is 44 (17.58% from 255 or 11.34% from 388); Max value from RGB is 186 - color contains mainly: green. Hex color #9EBA2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EBA2C is #6145D3. Grayscale: #A1A1A1. Windows color (decimal): -6374868 or 2931358. OLE color: 2931358.
HSL color Cylindrical-coordinate representation of color #9EBA2C: hue angle of 71.83º degrees, saturation: 0.62, 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 #9EBA2C is Cyan = 0.15, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 186 | 44 | - |
| CMYK | 0.15 | 0 | 0.76 | 0.27 |
| HSL | 71.83º | 0.62% | 0.45% | - |
| HSV(B) | 71.83º | 0.76% | 0.73% | - |
| XYZ | 32.11 | 42.57 | 8.91 | - |
| YUV | 161.44 | 61.72 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 186 | 44 | 0.15 | 0 | 0.76 | 0.27 | 71.83 | 0.62 | 0.45 |
| Hex | 9E | BA | 2C | F | 0 | 4C | 1B | 48 | 3E | 2D |
| Octal | 236 | 272 | 54 | 17 | 0 | 114 | 33 | 110 | 76 | 55 |
| Binary | 10011110 | 10111010 | 101100 | 1111 | 0 | 1001100 | 11011 | 1001000 | 111110 | 101101 |
Color Harmonies of #9EBA2C
Complementary color
Monochromatic Colors of #9EBA2C
Black with #9EBA2C
Text Example
Text Example
White with #9EBA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBA2C; }
p { color: rgb(158,186,44); }
H1.HeaderClassName
{
color: #9EBA2C;
}
.AnyTagClassName
{
color: #9EBA2C;
}
</style>
background-color css
<style>
a { background-color: #9EBA2C; }
a { background-color: rgb(158,186,44); }
div.DivClassName
{
background-color: #9EBA2C;
}
.BgClassName
{
background-color: #9EBA2C;
}
</style>
border-color css
<style>
span { border-color: #9EBA2C; }
span { border-color: rgb(158,186,44); }
td.TdClassName
{
border-color: #9EBA2C;
}
.TagClassName
{
border-color: #9EBA2C;
}
</style>