Shades of Bahia #9DB72C
Tints of Bahia #9DB72C
RGB
CMYK
RGB Variations
Color information
#9DB72C (or 0x9DB72C) is known color: Bahia. HEX triplet: 9D, B7 and 2C. RGB value is (157,183,44). Sum of RGB (Red+Green+Blue) = 157+183+44=384 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.89% from 384); Green value is 183 (71.88% from 255 or 47.66% from 384); Blue value is 44 (17.58% from 255 or 11.46% from 384); Max value from RGB is 183 - color contains mainly: green. Hex color #9DB72C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DB72C is #6248D3. Grayscale: #9F9F9F. Windows color (decimal): -6441172 or 2930589. OLE color: 2930589.
HSL color Cylindrical-coordinate representation of color #9DB72C: hue angle of 71.22º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9DB72C is Cyan = 0.14, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 157 | 183 | 44 | - |
| CMYK | 0.14 | 0 | 0.76 | 0.28 |
| HSL | 71.22º | 0.61% | 0.45% | - |
| HSV(B) | 71.22º | 0.76% | 0.72% | - |
| XYZ | 31.29 | 41.22 | 8.69 | - |
| YUV | 159.38 | 62.89 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 183 | 44 | 0.14 | 0 | 0.76 | 0.28 | 71.22 | 0.61 | 0.45 |
| Hex | 9D | B7 | 2C | E | 0 | 4C | 1C | 47 | 3D | 2D |
| Octal | 235 | 267 | 54 | 16 | 0 | 114 | 34 | 107 | 75 | 55 |
| Binary | 10011101 | 10110111 | 101100 | 1110 | 0 | 1001100 | 11100 | 1000111 | 111101 | 101101 |
Color Harmonies of #9DB72C
Complementary color
Monochromatic Colors of #9DB72C
Black with #9DB72C
Text Example
Text Example
White with #9DB72C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB72C; }
p { color: rgb(157,183,44); }
H1.HeaderClassName
{
color: #9DB72C;
}
.AnyTagClassName
{
color: #9DB72C;
}
</style>
background-color css
<style>
a { background-color: #9DB72C; }
a { background-color: rgb(157,183,44); }
div.DivClassName
{
background-color: #9DB72C;
}
.BgClassName
{
background-color: #9DB72C;
}
</style>
border-color css
<style>
span { border-color: #9DB72C; }
span { border-color: rgb(157,183,44); }
td.TdClassName
{
border-color: #9DB72C;
}
.TagClassName
{
border-color: #9DB72C;
}
</style>