Shades of Bahia #9DBA1D
Tints of Bahia #9DBA1D
RGB
CMYK
RGB Variations
Color information
#9DBA1D (or 0x9DBA1D) is known color: Bahia. HEX triplet: 9D, BA and 1D. RGB value is (157,186,29). Sum of RGB (Red+Green+Blue) = 157+186+29=372 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.20% from 372); Green value is 186 (73.05% from 255 or 50% from 372); Blue value is 29 (11.72% from 255 or 7.80% from 372); Max value from RGB is 186 - color contains mainly: green. Hex color #9DBA1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DBA1D is #6245E2. Grayscale: #A0A0A0. Windows color (decimal): -6440419 or 1948317. OLE color: 1948317.
HSL color Cylindrical-coordinate representation of color #9DBA1D: hue angle of 71.08º degrees, saturation: 0.73, 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 #9DBA1D is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 186 | 29 | - |
| CMYK | 0.16 | 0 | 0.84 | 0.27 |
| HSL | 71.08º | 0.73% | 0.42% | - |
| HSV(B) | 71.08º | 0.84% | 0.73% | - |
| XYZ | 31.69 | 42.37 | 7.67 | - |
| YUV | 159.43 | 54.39 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 186 | 29 | 0.16 | 0 | 0.84 | 0.27 | 71.08 | 0.73 | 0.42 |
| Hex | 9D | BA | 1D | 10 | 0 | 54 | 1B | 47 | 49 | 2A |
| Octal | 235 | 272 | 35 | 20 | 0 | 124 | 33 | 107 | 111 | 52 |
| Binary | 10011101 | 10111010 | 11101 | 10000 | 0 | 1010100 | 11011 | 1000111 | 1001001 | 101010 |
Color Harmonies of #9DBA1D
Complementary color
Monochromatic Colors of #9DBA1D
Black with #9DBA1D
Text Example
Text Example
White with #9DBA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBA1D; }
p { color: rgb(157,186,29); }
H1.HeaderClassName
{
color: #9DBA1D;
}
.AnyTagClassName
{
color: #9DBA1D;
}
</style>
background-color css
<style>
a { background-color: #9DBA1D; }
a { background-color: rgb(157,186,29); }
div.DivClassName
{
background-color: #9DBA1D;
}
.BgClassName
{
background-color: #9DBA1D;
}
</style>
border-color css
<style>
span { border-color: #9DBA1D; }
span { border-color: rgb(157,186,29); }
td.TdClassName
{
border-color: #9DBA1D;
}
.TagClassName
{
border-color: #9DBA1D;
}
</style>