Shades of Bahia #9EBA1B
Tints of Bahia #9EBA1B
RGB
CMYK
RGB Variations
Color information
#9EBA1B (or 0x9EBA1B) is known color: Bahia. HEX triplet: 9E, BA and 1B. RGB value is (158,186,27). Sum of RGB (Red+Green+Blue) = 158+186+27=371 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.59% from 371); Green value is 186 (73.05% from 255 or 50.13% from 371); Blue value is 27 (10.94% from 255 or 7.28% from 371); Max value from RGB is 186 - color contains mainly: green. Hex color #9EBA1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EBA1B is #6145E4. Grayscale: #A0A0A0. Windows color (decimal): -6374885 or 1817246. OLE color: 1817246.
HSL color Cylindrical-coordinate representation of color #9EBA1B: hue angle of 70.57º degrees, saturation: 0.75, 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 #9EBA1B is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 186 | 27 | - |
| CMYK | 0.15 | 0 | 0.85 | 0.27 |
| HSL | 70.57º | 0.75% | 0.42% | - |
| HSV(B) | 70.57º | 0.85% | 0.73% | - |
| XYZ | 31.86 | 42.47 | 7.55 | - |
| YUV | 159.5 | 53.22 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 186 | 27 | 0.15 | 0 | 0.85 | 0.27 | 70.57 | 0.75 | 0.42 |
| Hex | 9E | BA | 1B | F | 0 | 55 | 1B | 47 | 4B | 2A |
| Octal | 236 | 272 | 33 | 17 | 0 | 125 | 33 | 107 | 113 | 52 |
| Binary | 10011110 | 10111010 | 11011 | 1111 | 0 | 1010101 | 11011 | 1000111 | 1001011 | 101010 |
Color Harmonies of #9EBA1B
Complementary color
Monochromatic Colors of #9EBA1B
Black with #9EBA1B
Text Example
Text Example
White with #9EBA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBA1B; }
p { color: rgb(158,186,27); }
H1.HeaderClassName
{
color: #9EBA1B;
}
.AnyTagClassName
{
color: #9EBA1B;
}
</style>
background-color css
<style>
a { background-color: #9EBA1B; }
a { background-color: rgb(158,186,27); }
div.DivClassName
{
background-color: #9EBA1B;
}
.BgClassName
{
background-color: #9EBA1B;
}
</style>
border-color css
<style>
span { border-color: #9EBA1B; }
span { border-color: rgb(158,186,27); }
td.TdClassName
{
border-color: #9EBA1B;
}
.TagClassName
{
border-color: #9EBA1B;
}
</style>