Shades of Bahia #9DBA1E
Tints of Bahia #9DBA1E
RGB
CMYK
RGB Variations
Color information
#9DBA1E (or 0x9DBA1E) is known color: Bahia. HEX triplet: 9D, BA and 1E. RGB value is (157,186,30). Sum of RGB (Red+Green+Blue) = 157+186+30=373 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.09% from 373); Green value is 186 (73.05% from 255 or 49.87% from 373); Blue value is 30 (12.11% from 255 or 8.04% from 373); Max value from RGB is 186 - color contains mainly: green. Hex color #9DBA1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DBA1E is #6245E1. Grayscale: #A0A0A0. Windows color (decimal): -6440418 or 2013853. OLE color: 2013853.
HSL color Cylindrical-coordinate representation of color #9DBA1E: hue angle of 71.15º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9DBA1E is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 186 | 30 | - |
| CMYK | 0.16 | 0 | 0.84 | 0.27 |
| HSL | 71.15º | 0.72% | 0.42% | - |
| HSV(B) | 71.15º | 0.84% | 0.73% | - |
| XYZ | 31.7 | 42.38 | 7.74 | - |
| YUV | 159.55 | 54.89 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 186 | 30 | 0.16 | 0 | 0.84 | 0.27 | 71.15 | 0.72 | 0.42 |
| Hex | 9D | BA | 1E | 10 | 0 | 54 | 1B | 47 | 48 | 2A |
| Octal | 235 | 272 | 36 | 20 | 0 | 124 | 33 | 107 | 110 | 52 |
| Binary | 10011101 | 10111010 | 11110 | 10000 | 0 | 1010100 | 11011 | 1000111 | 1001000 | 101010 |
Color Harmonies of #9DBA1E
Complementary color
Monochromatic Colors of #9DBA1E
Black with #9DBA1E
Text Example
Text Example
White with #9DBA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBA1E; }
p { color: rgb(157,186,30); }
H1.HeaderClassName
{
color: #9DBA1E;
}
.AnyTagClassName
{
color: #9DBA1E;
}
</style>
background-color css
<style>
a { background-color: #9DBA1E; }
a { background-color: rgb(157,186,30); }
div.DivClassName
{
background-color: #9DBA1E;
}
.BgClassName
{
background-color: #9DBA1E;
}
</style>
border-color css
<style>
span { border-color: #9DBA1E; }
span { border-color: rgb(157,186,30); }
td.TdClassName
{
border-color: #9DBA1E;
}
.TagClassName
{
border-color: #9DBA1E;
}
</style>