Shades of Bahia #9DB82C
Tints of Bahia #9DB82C
RGB
CMYK
RGB Variations
Color information
#9DB82C (or 0x9DB82C) is known color: Bahia. HEX triplet: 9D, B8 and 2C. RGB value is (157,184,44). Sum of RGB (Red+Green+Blue) = 157+184+44=385 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.78% from 385); Green value is 184 (72.27% from 255 or 47.79% from 385); Blue value is 44 (17.58% from 255 or 11.43% from 385); Max value from RGB is 184 - color contains mainly: green. Hex color #9DB82C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DB82C is #6247D3. Grayscale: #A0A0A0. Windows color (decimal): -6440916 or 2930845. OLE color: 2930845.
HSL color Cylindrical-coordinate representation of color #9DB82C: hue angle of 71.57º 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 #9DB82C is Cyan = 0.15, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 157 | 184 | 44 | - |
| CMYK | 0.15 | 0 | 0.76 | 0.28 |
| HSL | 71.57º | 0.61% | 0.45% | - |
| HSV(B) | 71.57º | 0.76% | 0.72% | - |
| XYZ | 31.5 | 41.63 | 8.76 | - |
| YUV | 159.97 | 62.55 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 184 | 44 | 0.15 | 0 | 0.76 | 0.28 | 71.57 | 0.61 | 0.45 |
| Hex | 9D | B8 | 2C | F | 0 | 4C | 1C | 48 | 3D | 2D |
| Octal | 235 | 270 | 54 | 17 | 0 | 114 | 34 | 110 | 75 | 55 |
| Binary | 10011101 | 10111000 | 101100 | 1111 | 0 | 1001100 | 11100 | 1001000 | 111101 | 101101 |
Color Harmonies of #9DB82C
Complementary color
Monochromatic Colors of #9DB82C
Black with #9DB82C
Text Example
Text Example
White with #9DB82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB82C; }
p { color: rgb(157,184,44); }
H1.HeaderClassName
{
color: #9DB82C;
}
.AnyTagClassName
{
color: #9DB82C;
}
</style>
background-color css
<style>
a { background-color: #9DB82C; }
a { background-color: rgb(157,184,44); }
div.DivClassName
{
background-color: #9DB82C;
}
.BgClassName
{
background-color: #9DB82C;
}
</style>
border-color css
<style>
span { border-color: #9DB82C; }
span { border-color: rgb(157,184,44); }
td.TdClassName
{
border-color: #9DB82C;
}
.TagClassName
{
border-color: #9DB82C;
}
</style>