Shades of Bahia #9DB929
Tints of Bahia #9DB929
RGB
CMYK
RGB Variations
Color information
#9DB929 (or 0x9DB929) is known color: Bahia. HEX triplet: 9D, B9 and 29. RGB value is (157,185,41). Sum of RGB (Red+Green+Blue) = 157+185+41=383 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.99% from 383); Green value is 185 (72.66% from 255 or 48.30% from 383); Blue value is 41 (16.41% from 255 or 10.70% from 383); Max value from RGB is 185 - color contains mainly: green. Hex color #9DB929 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DB929 is #6246D6. Grayscale: #A0A0A0. Windows color (decimal): -6440663 or 2734493. OLE color: 2734493.
HSL color Cylindrical-coordinate representation of color #9DB929: hue angle of 71.67º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9DB929 is Cyan = 0.15, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 185 | 41 | - |
| CMYK | 0.15 | 0 | 0.78 | 0.27 |
| HSL | 71.67º | 0.64% | 0.44% | - |
| HSV(B) | 71.67º | 0.78% | 0.73% | - |
| XYZ | 31.65 | 42.03 | 8.54 | - |
| YUV | 160.21 | 60.72 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 185 | 41 | 0.15 | 0 | 0.78 | 0.27 | 71.67 | 0.64 | 0.44 |
| Hex | 9D | B9 | 29 | F | 0 | 4E | 1B | 48 | 40 | 2C |
| Octal | 235 | 271 | 51 | 17 | 0 | 116 | 33 | 110 | 100 | 54 |
| Binary | 10011101 | 10111001 | 101001 | 1111 | 0 | 1001110 | 11011 | 1001000 | 1000000 | 101100 |
Color Harmonies of #9DB929
Complementary color
Monochromatic Colors of #9DB929
Black with #9DB929
Text Example
Text Example
White with #9DB929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB929; }
p { color: rgb(157,185,41); }
H1.HeaderClassName
{
color: #9DB929;
}
.AnyTagClassName
{
color: #9DB929;
}
</style>
background-color css
<style>
a { background-color: #9DB929; }
a { background-color: rgb(157,185,41); }
div.DivClassName
{
background-color: #9DB929;
}
.BgClassName
{
background-color: #9DB929;
}
</style>
border-color css
<style>
span { border-color: #9DB929; }
span { border-color: rgb(157,185,41); }
td.TdClassName
{
border-color: #9DB929;
}
.TagClassName
{
border-color: #9DB929;
}
</style>