Shades of Bahia #9DB527
Tints of Bahia #9DB527
RGB
CMYK
RGB Variations
Color information
#9DB527 (or 0x9DB527) is known color: Bahia. HEX triplet: 9D, B5 and 27. RGB value is (157,181,39). Sum of RGB (Red+Green+Blue) = 157+181+39=377 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.64% from 377); Green value is 181 (71.09% from 255 or 48.01% from 377); Blue value is 39 (15.62% from 255 or 10.34% from 377); Max value from RGB is 181 - color contains mainly: green. Hex color #9DB527 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DB527 is #624AD8. Grayscale: #9E9E9E. Windows color (decimal): -6441689 or 2602397. OLE color: 2602397.
HSL color Cylindrical-coordinate representation of color #9DB527: hue angle of 70.14º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9DB527 is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 181 | 39 | - |
| CMYK | 0.13 | 0 | 0.78 | 0.29 |
| HSL | 70.14º | 0.65% | 0.43% | - |
| HSV(B) | 70.14º | 0.78% | 0.71% | - |
| XYZ | 30.79 | 40.36 | 8.09 | - |
| YUV | 157.64 | 61.05 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 181 | 39 | 0.13 | 0 | 0.78 | 0.29 | 70.14 | 0.65 | 0.43 |
| Hex | 9D | B5 | 27 | D | 0 | 4E | 1D | 46 | 41 | 2B |
| Octal | 235 | 265 | 47 | 15 | 0 | 116 | 35 | 106 | 101 | 53 |
| Binary | 10011101 | 10110101 | 100111 | 1101 | 0 | 1001110 | 11101 | 1000110 | 1000001 | 101011 |
Color Harmonies of #9DB527
Complementary color
Monochromatic Colors of #9DB527
Black with #9DB527
Text Example
Text Example
White with #9DB527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB527; }
p { color: rgb(157,181,39); }
H1.HeaderClassName
{
color: #9DB527;
}
.AnyTagClassName
{
color: #9DB527;
}
</style>
background-color css
<style>
a { background-color: #9DB527; }
a { background-color: rgb(157,181,39); }
div.DivClassName
{
background-color: #9DB527;
}
.BgClassName
{
background-color: #9DB527;
}
</style>
border-color css
<style>
span { border-color: #9DB527; }
span { border-color: rgb(157,181,39); }
td.TdClassName
{
border-color: #9DB527;
}
.TagClassName
{
border-color: #9DB527;
}
</style>