Shades of Bahia #9DBA29
Tints of Bahia #9DBA29
RGB
CMYK
RGB Variations
Color information
#9DBA29 (or 0x9DBA29) is known color: Bahia. HEX triplet: 9D, BA and 29. RGB value is (157,186,41). Sum of RGB (Red+Green+Blue) = 157+186+41=384 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.89% from 384); Green value is 186 (73.05% from 255 or 48.44% from 384); Blue value is 41 (16.41% from 255 or 10.68% from 384); Max value from RGB is 186 - color contains mainly: green. Hex color #9DBA29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DBA29 is #6245D6. Grayscale: #A1A1A1. Windows color (decimal): -6440407 or 2734749. OLE color: 2734749.
HSL color Cylindrical-coordinate representation of color #9DBA29: hue angle of 72º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9DBA29 is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 186 | 41 | - |
| CMYK | 0.16 | 0 | 0.78 | 0.27 |
| HSL | 72º | 0.64% | 0.45% | - |
| HSV(B) | 72º | 0.78% | 0.73% | - |
| XYZ | 31.86 | 42.45 | 8.61 | - |
| YUV | 160.8 | 60.39 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 186 | 41 | 0.16 | 0 | 0.78 | 0.27 | 72 | 0.64 | 0.45 |
| Hex | 9D | BA | 29 | 10 | 0 | 4E | 1B | 48 | 40 | 2D |
| Octal | 235 | 272 | 51 | 20 | 0 | 116 | 33 | 110 | 100 | 55 |
| Binary | 10011101 | 10111010 | 101001 | 10000 | 0 | 1001110 | 11011 | 1001000 | 1000000 | 101101 |
Color Harmonies of #9DBA29
Complementary color
Monochromatic Colors of #9DBA29
Black with #9DBA29
Text Example
Text Example
White with #9DBA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBA29; }
p { color: rgb(157,186,41); }
H1.HeaderClassName
{
color: #9DBA29;
}
.AnyTagClassName
{
color: #9DBA29;
}
</style>
background-color css
<style>
a { background-color: #9DBA29; }
a { background-color: rgb(157,186,41); }
div.DivClassName
{
background-color: #9DBA29;
}
.BgClassName
{
background-color: #9DBA29;
}
</style>
border-color css
<style>
span { border-color: #9DBA29; }
span { border-color: rgb(157,186,41); }
td.TdClassName
{
border-color: #9DBA29;
}
.TagClassName
{
border-color: #9DBA29;
}
</style>