Shades of Bahia #9DB82E
Tints of Bahia #9DB82E
RGB
CMYK
RGB Variations
Color information
#9DB82E (or 0x9DB82E) is known color: Bahia. HEX triplet: 9D, B8 and 2E. RGB value is (157,184,46). Sum of RGB (Red+Green+Blue) = 157+184+46=387 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.57% from 387); Green value is 184 (72.27% from 255 or 47.55% from 387); Blue value is 46 (18.36% from 255 or 11.89% from 387); Max value from RGB is 184 - color contains mainly: green. Hex color #9DB82E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DB82E is #6247D1. Grayscale: #A0A0A0. Windows color (decimal): -6440914 or 3061917. OLE color: 3061917.
HSL color Cylindrical-coordinate representation of color #9DB82E: hue angle of 71.74º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9DB82E is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 157 | 184 | 46 | - |
| CMYK | 0.15 | 0 | 0.75 | 0.28 |
| HSL | 71.74º | 0.6% | 0.45% | - |
| HSV(B) | 71.74º | 0.75% | 0.72% | - |
| XYZ | 31.54 | 41.65 | 8.96 | - |
| YUV | 160.2 | 63.55 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 184 | 46 | 0.15 | 0 | 0.75 | 0.28 | 71.74 | 0.6 | 0.45 |
| Hex | 9D | B8 | 2E | F | 0 | 4B | 1C | 48 | 3C | 2D |
| Octal | 235 | 270 | 56 | 17 | 0 | 113 | 34 | 110 | 74 | 55 |
| Binary | 10011101 | 10111000 | 101110 | 1111 | 0 | 1001011 | 11100 | 1001000 | 111100 | 101101 |
Color Harmonies of #9DB82E
Complementary color
Monochromatic Colors of #9DB82E
Black with #9DB82E
Text Example
Text Example
White with #9DB82E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB82E; }
p { color: rgb(157,184,46); }
H1.HeaderClassName
{
color: #9DB82E;
}
.AnyTagClassName
{
color: #9DB82E;
}
</style>
background-color css
<style>
a { background-color: #9DB82E; }
a { background-color: rgb(157,184,46); }
div.DivClassName
{
background-color: #9DB82E;
}
.BgClassName
{
background-color: #9DB82E;
}
</style>
border-color css
<style>
span { border-color: #9DB82E; }
span { border-color: rgb(157,184,46); }
td.TdClassName
{
border-color: #9DB82E;
}
.TagClassName
{
border-color: #9DB82E;
}
</style>