Shades of Bahia #9DB723
Tints of Bahia #9DB723
RGB
CMYK
RGB Variations
Color information
#9DB723 (or 0x9DB723) is known color: Bahia. HEX triplet: 9D, B7 and 23. RGB value is (157,183,35). Sum of RGB (Red+Green+Blue) = 157+183+35=375 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.87% from 375); Green value is 183 (71.88% from 255 or 48.8% from 375); Blue value is 35 (14.06% from 255 or 9.33% from 375); Max value from RGB is 183 - color contains mainly: green. Hex color #9DB723 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DB723 is #6248DC. Grayscale: #9E9E9E. Windows color (decimal): -6441181 or 2340765. OLE color: 2340765.
HSL color Cylindrical-coordinate representation of color #9DB723: hue angle of 70.54º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9DB723 is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 157 | 183 | 35 | - |
| CMYK | 0.14 | 0 | 0.81 | 0.28 |
| HSL | 70.54º | 0.68% | 0.43% | - |
| HSV(B) | 70.54º | 0.81% | 0.72% | - |
| XYZ | 31.14 | 41.16 | 7.89 | - |
| YUV | 158.35 | 58.39 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 183 | 35 | 0.14 | 0 | 0.81 | 0.28 | 70.54 | 0.68 | 0.43 |
| Hex | 9D | B7 | 23 | E | 0 | 51 | 1C | 47 | 44 | 2B |
| Octal | 235 | 267 | 43 | 16 | 0 | 121 | 34 | 107 | 104 | 53 |
| Binary | 10011101 | 10110111 | 100011 | 1110 | 0 | 1010001 | 11100 | 1000111 | 1000100 | 101011 |
Color Harmonies of #9DB723
Complementary color
Monochromatic Colors of #9DB723
Black with #9DB723
Text Example
Text Example
White with #9DB723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB723; }
p { color: rgb(157,183,35); }
H1.HeaderClassName
{
color: #9DB723;
}
.AnyTagClassName
{
color: #9DB723;
}
</style>
background-color css
<style>
a { background-color: #9DB723; }
a { background-color: rgb(157,183,35); }
div.DivClassName
{
background-color: #9DB723;
}
.BgClassName
{
background-color: #9DB723;
}
</style>
border-color css
<style>
span { border-color: #9DB723; }
span { border-color: rgb(157,183,35); }
td.TdClassName
{
border-color: #9DB723;
}
.TagClassName
{
border-color: #9DB723;
}
</style>