Shades of Bahia #9DB91D
Tints of Bahia #9DB91D
RGB
CMYK
RGB Variations
Color information
#9DB91D (or 0x9DB91D) is known color: Bahia. HEX triplet: 9D, B9 and 1D. RGB value is (157,185,29). Sum of RGB (Red+Green+Blue) = 157+185+29=371 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.32% from 371); Green value is 185 (72.66% from 255 or 49.87% from 371); Blue value is 29 (11.72% from 255 or 7.82% from 371); Max value from RGB is 185 - color contains mainly: green. Hex color #9DB91D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DB91D is #6246E2. Grayscale: #9F9F9F. Windows color (decimal): -6440675 or 1948061. OLE color: 1948061.
HSL color Cylindrical-coordinate representation of color #9DB91D: hue angle of 70.77º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9DB91D is Cyan = 0.15, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 185 | 29 | - |
| CMYK | 0.15 | 0 | 0.84 | 0.27 |
| HSL | 70.77º | 0.73% | 0.42% | - |
| HSV(B) | 70.77º | 0.84% | 0.73% | - |
| XYZ | 31.48 | 41.95 | 7.6 | - |
| YUV | 158.84 | 54.72 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 185 | 29 | 0.15 | 0 | 0.84 | 0.27 | 70.77 | 0.73 | 0.42 |
| Hex | 9D | B9 | 1D | F | 0 | 54 | 1B | 47 | 49 | 2A |
| Octal | 235 | 271 | 35 | 17 | 0 | 124 | 33 | 107 | 111 | 52 |
| Binary | 10011101 | 10111001 | 11101 | 1111 | 0 | 1010100 | 11011 | 1000111 | 1001001 | 101010 |
Color Harmonies of #9DB91D
Complementary color
Monochromatic Colors of #9DB91D
Black with #9DB91D
Text Example
Text Example
White with #9DB91D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB91D; }
p { color: rgb(157,185,29); }
H1.HeaderClassName
{
color: #9DB91D;
}
.AnyTagClassName
{
color: #9DB91D;
}
</style>
background-color css
<style>
a { background-color: #9DB91D; }
a { background-color: rgb(157,185,29); }
div.DivClassName
{
background-color: #9DB91D;
}
.BgClassName
{
background-color: #9DB91D;
}
</style>
border-color css
<style>
span { border-color: #9DB91D; }
span { border-color: rgb(157,185,29); }
td.TdClassName
{
border-color: #9DB91D;
}
.TagClassName
{
border-color: #9DB91D;
}
</style>