Shades of Bahia #9DBB29
Tints of Bahia #9DBB29
RGB
CMYK
RGB Variations
Color information
#9DBB29 (or 0x9DBB29) is known color: Bahia. HEX triplet: 9D, BB and 29. RGB value is (157,187,41). Sum of RGB (Red+Green+Blue) = 157+187+41=385 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.78% from 385); Green value is 187 (73.44% from 255 or 48.57% from 385); Blue value is 41 (16.41% from 255 or 10.65% from 385); Max value from RGB is 187 - color contains mainly: green. Hex color #9DBB29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DBB29 is #6244D6. Grayscale: #A1A1A1. Windows color (decimal): -6440151 or 2735005. OLE color: 2735005.
HSL color Cylindrical-coordinate representation of color #9DBB29: hue angle of 72.33º 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 #9DBB29 is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 187 | 41 | - |
| CMYK | 0.16 | 0 | 0.78 | 0.27 |
| HSL | 72.33º | 0.64% | 0.45% | - |
| HSV(B) | 72.33º | 0.78% | 0.73% | - |
| XYZ | 32.08 | 42.87 | 8.68 | - |
| YUV | 161.39 | 60.06 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 187 | 41 | 0.16 | 0 | 0.78 | 0.27 | 72.33 | 0.64 | 0.45 |
| Hex | 9D | BB | 29 | 10 | 0 | 4E | 1B | 48 | 40 | 2D |
| Octal | 235 | 273 | 51 | 20 | 0 | 116 | 33 | 110 | 100 | 55 |
| Binary | 10011101 | 10111011 | 101001 | 10000 | 0 | 1001110 | 11011 | 1001000 | 1000000 | 101101 |
Color Harmonies of #9DBB29
Complementary color
Monochromatic Colors of #9DBB29
Black with #9DBB29
Text Example
Text Example
White with #9DBB29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBB29; }
p { color: rgb(157,187,41); }
H1.HeaderClassName
{
color: #9DBB29;
}
.AnyTagClassName
{
color: #9DBB29;
}
</style>
background-color css
<style>
a { background-color: #9DBB29; }
a { background-color: rgb(157,187,41); }
div.DivClassName
{
background-color: #9DBB29;
}
.BgClassName
{
background-color: #9DBB29;
}
</style>
border-color css
<style>
span { border-color: #9DBB29; }
span { border-color: rgb(157,187,41); }
td.TdClassName
{
border-color: #9DBB29;
}
.TagClassName
{
border-color: #9DBB29;
}
</style>