Shades of Bahia #9DB82B
Tints of Bahia #9DB82B
RGB
CMYK
RGB Variations
Color information
#9DB82B (or 0x9DB82B) is known color: Bahia. HEX triplet: 9D, B8 and 2B. RGB value is (157,184,43). Sum of RGB (Red+Green+Blue) = 157+184+43=384 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.89% from 384); Green value is 184 (72.27% from 255 or 47.92% from 384); Blue value is 43 (17.19% from 255 or 11.20% from 384); Max value from RGB is 184 - color contains mainly: green. Hex color #9DB82B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DB82B is #6247D4. Grayscale: #A0A0A0. Windows color (decimal): -6440917 or 2865309. OLE color: 2865309.
HSL color Cylindrical-coordinate representation of color #9DB82B: hue angle of 71.49º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9DB82B is Cyan = 0.15, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 157 | 184 | 43 | - |
| CMYK | 0.15 | 0 | 0.77 | 0.28 |
| HSL | 71.49º | 0.62% | 0.45% | - |
| HSV(B) | 71.49º | 0.77% | 0.72% | - |
| XYZ | 31.48 | 41.62 | 8.66 | - |
| YUV | 159.85 | 62.05 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 184 | 43 | 0.15 | 0 | 0.77 | 0.28 | 71.49 | 0.62 | 0.45 |
| Hex | 9D | B8 | 2B | F | 0 | 4D | 1C | 47 | 3E | 2D |
| Octal | 235 | 270 | 53 | 17 | 0 | 115 | 34 | 107 | 76 | 55 |
| Binary | 10011101 | 10111000 | 101011 | 1111 | 0 | 1001101 | 11100 | 1000111 | 111110 | 101101 |
Color Harmonies of #9DB82B
Complementary color
Monochromatic Colors of #9DB82B
Black with #9DB82B
Text Example
Text Example
White with #9DB82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB82B; }
p { color: rgb(157,184,43); }
H1.HeaderClassName
{
color: #9DB82B;
}
.AnyTagClassName
{
color: #9DB82B;
}
</style>
background-color css
<style>
a { background-color: #9DB82B; }
a { background-color: rgb(157,184,43); }
div.DivClassName
{
background-color: #9DB82B;
}
.BgClassName
{
background-color: #9DB82B;
}
</style>
border-color css
<style>
span { border-color: #9DB82B; }
span { border-color: rgb(157,184,43); }
td.TdClassName
{
border-color: #9DB82B;
}
.TagClassName
{
border-color: #9DB82B;
}
</style>