Shades of Bahia #9DBA2B
Tints of Bahia #9DBA2B
RGB
CMYK
RGB Variations
Color information
#9DBA2B (or 0x9DBA2B) is known color: Bahia. HEX triplet: 9D, BA and 2B. RGB value is (157,186,43). Sum of RGB (Red+Green+Blue) = 157+186+43=386 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.67% from 386); Green value is 186 (73.05% from 255 or 48.19% from 386); Blue value is 43 (17.19% from 255 or 11.14% from 386); Max value from RGB is 186 - color contains mainly: green. Hex color #9DBA2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DBA2B is #6245D4. Grayscale: #A1A1A1. Windows color (decimal): -6440405 or 2865821. OLE color: 2865821.
HSL color Cylindrical-coordinate representation of color #9DBA2B: hue angle of 72.17º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9DBA2B is Cyan = 0.16, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 186 | 43 | - |
| CMYK | 0.16 | 0 | 0.77 | 0.27 |
| HSL | 72.17º | 0.62% | 0.45% | - |
| HSV(B) | 72.17º | 0.77% | 0.73% | - |
| XYZ | 31.9 | 42.46 | 8.8 | - |
| YUV | 161.03 | 61.39 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 186 | 43 | 0.16 | 0 | 0.77 | 0.27 | 72.17 | 0.62 | 0.45 |
| Hex | 9D | BA | 2B | 10 | 0 | 4D | 1B | 48 | 3E | 2D |
| Octal | 235 | 272 | 53 | 20 | 0 | 115 | 33 | 110 | 76 | 55 |
| Binary | 10011101 | 10111010 | 101011 | 10000 | 0 | 1001101 | 11011 | 1001000 | 111110 | 101101 |
Color Harmonies of #9DBA2B
Complementary color
Monochromatic Colors of #9DBA2B
Black with #9DBA2B
Text Example
Text Example
White with #9DBA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBA2B; }
p { color: rgb(157,186,43); }
H1.HeaderClassName
{
color: #9DBA2B;
}
.AnyTagClassName
{
color: #9DBA2B;
}
</style>
background-color css
<style>
a { background-color: #9DBA2B; }
a { background-color: rgb(157,186,43); }
div.DivClassName
{
background-color: #9DBA2B;
}
.BgClassName
{
background-color: #9DBA2B;
}
</style>
border-color css
<style>
span { border-color: #9DBA2B; }
span { border-color: rgb(157,186,43); }
td.TdClassName
{
border-color: #9DBA2B;
}
.TagClassName
{
border-color: #9DBA2B;
}
</style>