Shades of Bahia #9EBA1C
Tints of Bahia #9EBA1C
RGB
CMYK
RGB Variations
Color information
#9EBA1C (or 0x9EBA1C) is known color: Bahia. HEX triplet: 9E, BA and 1C. RGB value is (158,186,28). Sum of RGB (Red+Green+Blue) = 158+186+28=372 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.47% from 372); Green value is 186 (73.05% from 255 or 50% from 372); Blue value is 28 (11.33% from 255 or 7.53% from 372); Max value from RGB is 186 - color contains mainly: green. Hex color #9EBA1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EBA1C is #6145E3. Grayscale: #A0A0A0. Windows color (decimal): -6374884 or 1882782. OLE color: 1882782.
HSL color Cylindrical-coordinate representation of color #9EBA1C: hue angle of 70.63º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9EBA1C is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 186 | 28 | - |
| CMYK | 0.15 | 0 | 0.85 | 0.27 |
| HSL | 70.63º | 0.74% | 0.42% | - |
| HSV(B) | 70.63º | 0.85% | 0.73% | - |
| XYZ | 31.87 | 42.47 | 7.62 | - |
| YUV | 159.62 | 53.72 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 186 | 28 | 0.15 | 0 | 0.85 | 0.27 | 70.63 | 0.74 | 0.42 |
| Hex | 9E | BA | 1C | F | 0 | 55 | 1B | 47 | 4A | 2A |
| Octal | 236 | 272 | 34 | 17 | 0 | 125 | 33 | 107 | 112 | 52 |
| Binary | 10011110 | 10111010 | 11100 | 1111 | 0 | 1010101 | 11011 | 1000111 | 1001010 | 101010 |
Color Harmonies of #9EBA1C
Complementary color
Monochromatic Colors of #9EBA1C
Black with #9EBA1C
Text Example
Text Example
White with #9EBA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBA1C; }
p { color: rgb(158,186,28); }
H1.HeaderClassName
{
color: #9EBA1C;
}
.AnyTagClassName
{
color: #9EBA1C;
}
</style>
background-color css
<style>
a { background-color: #9EBA1C; }
a { background-color: rgb(158,186,28); }
div.DivClassName
{
background-color: #9EBA1C;
}
.BgClassName
{
background-color: #9EBA1C;
}
</style>
border-color css
<style>
span { border-color: #9EBA1C; }
span { border-color: rgb(158,186,28); }
td.TdClassName
{
border-color: #9EBA1C;
}
.TagClassName
{
border-color: #9EBA1C;
}
</style>