Shades of Bahia #9DB52B
Tints of Bahia #9DB52B
RGB
CMYK
RGB Variations
Color information
#9DB52B (or 0x9DB52B) is known color: Bahia. HEX triplet: 9D, B5 and 2B. RGB value is (157,181,43). Sum of RGB (Red+Green+Blue) = 157+181+43=381 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.21% from 381); Green value is 181 (71.09% from 255 or 47.51% from 381); Blue value is 43 (17.19% from 255 or 11.29% from 381); Max value from RGB is 181 - color contains mainly: green. Hex color #9DB52B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DB52B is #624AD4. Grayscale: #9E9E9E. Windows color (decimal): -6441685 or 2864541. OLE color: 2864541.
HSL color Cylindrical-coordinate representation of color #9DB52B: hue angle of 70.43º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9DB52B is Cyan = 0.13, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 181 | 43 | - |
| CMYK | 0.13 | 0 | 0.76 | 0.29 |
| HSL | 70.43º | 0.62% | 0.44% | - |
| HSV(B) | 70.43º | 0.76% | 0.71% | - |
| XYZ | 30.86 | 40.39 | 8.45 | - |
| YUV | 158.09 | 63.05 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 181 | 43 | 0.13 | 0 | 0.76 | 0.29 | 70.43 | 0.62 | 0.44 |
| Hex | 9D | B5 | 2B | D | 0 | 4C | 1D | 46 | 3E | 2C |
| Octal | 235 | 265 | 53 | 15 | 0 | 114 | 35 | 106 | 76 | 54 |
| Binary | 10011101 | 10110101 | 101011 | 1101 | 0 | 1001100 | 11101 | 1000110 | 111110 | 101100 |
Color Harmonies of #9DB52B
Complementary color
Monochromatic Colors of #9DB52B
Black with #9DB52B
Text Example
Text Example
White with #9DB52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB52B; }
p { color: rgb(157,181,43); }
H1.HeaderClassName
{
color: #9DB52B;
}
.AnyTagClassName
{
color: #9DB52B;
}
</style>
background-color css
<style>
a { background-color: #9DB52B; }
a { background-color: rgb(157,181,43); }
div.DivClassName
{
background-color: #9DB52B;
}
.BgClassName
{
background-color: #9DB52B;
}
</style>
border-color css
<style>
span { border-color: #9DB52B; }
span { border-color: rgb(157,181,43); }
td.TdClassName
{
border-color: #9DB52B;
}
.TagClassName
{
border-color: #9DB52B;
}
</style>