Shades of Bahia #9DB819
Tints of Bahia #9DB819
RGB
CMYK
RGB Variations
Color information
#9DB819 (or 0x9DB819) is known color: Bahia. HEX triplet: 9D, B8 and 19. RGB value is (157,184,25). Sum of RGB (Red+Green+Blue) = 157+184+25=366 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.90% from 366); Green value is 184 (72.27% from 255 or 50.27% from 366); Blue value is 25 (10.16% from 255 or 6.83% from 366); Max value from RGB is 184 - color contains mainly: green. Hex color #9DB819 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DB819 is #6247E6. Grayscale: #9E9E9E. Windows color (decimal): -6440935 or 1685661. OLE color: 1685661.
HSL color Cylindrical-coordinate representation of color #9DB819: hue angle of 70.19º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9DB819 is Cyan = 0.15, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 157 | 184 | 25 | - |
| CMYK | 0.15 | 0 | 0.86 | 0.28 |
| HSL | 70.19º | 0.76% | 0.41% | - |
| HSV(B) | 70.19º | 0.86% | 0.72% | - |
| XYZ | 31.22 | 41.52 | 7.29 | - |
| YUV | 157.8 | 53.05 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 184 | 25 | 0.15 | 0 | 0.86 | 0.28 | 70.19 | 0.76 | 0.41 |
| Hex | 9D | B8 | 19 | F | 0 | 56 | 1C | 46 | 4C | 29 |
| Octal | 235 | 270 | 31 | 17 | 0 | 126 | 34 | 106 | 114 | 51 |
| Binary | 10011101 | 10111000 | 11001 | 1111 | 0 | 1010110 | 11100 | 1000110 | 1001100 | 101001 |
Color Harmonies of #9DB819
Complementary color
Monochromatic Colors of #9DB819
Black with #9DB819
Text Example
Text Example
White with #9DB819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB819; }
p { color: rgb(157,184,25); }
H1.HeaderClassName
{
color: #9DB819;
}
.AnyTagClassName
{
color: #9DB819;
}
</style>
background-color css
<style>
a { background-color: #9DB819; }
a { background-color: rgb(157,184,25); }
div.DivClassName
{
background-color: #9DB819;
}
.BgClassName
{
background-color: #9DB819;
}
</style>
border-color css
<style>
span { border-color: #9DB819; }
span { border-color: rgb(157,184,25); }
td.TdClassName
{
border-color: #9DB819;
}
.TagClassName
{
border-color: #9DB819;
}
</style>