Shades of Bahia #9DB926
Tints of Bahia #9DB926
RGB
CMYK
RGB Variations
Color information
#9DB926 (or 0x9DB926) is known color: Bahia. HEX triplet: 9D, B9 and 26. RGB value is (157,185,38). Sum of RGB (Red+Green+Blue) = 157+185+38=380 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.32% from 380); Green value is 185 (72.66% from 255 or 48.68% from 380); Blue value is 38 (15.23% from 255 or 10% from 380); Max value from RGB is 185 - color contains mainly: green. Hex color #9DB926 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DB926 is #6246D9. Grayscale: #A0A0A0. Windows color (decimal): -6440666 or 2537885. OLE color: 2537885.
HSL color Cylindrical-coordinate representation of color #9DB926: hue angle of 71.43º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9DB926 is Cyan = 0.15, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 185 | 38 | - |
| CMYK | 0.15 | 0 | 0.79 | 0.27 |
| HSL | 71.43º | 0.66% | 0.44% | - |
| HSV(B) | 71.43º | 0.79% | 0.73% | - |
| XYZ | 31.6 | 42.01 | 8.28 | - |
| YUV | 159.87 | 59.22 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 185 | 38 | 0.15 | 0 | 0.79 | 0.27 | 71.43 | 0.66 | 0.44 |
| Hex | 9D | B9 | 26 | F | 0 | 4F | 1B | 47 | 42 | 2C |
| Octal | 235 | 271 | 46 | 17 | 0 | 117 | 33 | 107 | 102 | 54 |
| Binary | 10011101 | 10111001 | 100110 | 1111 | 0 | 1001111 | 11011 | 1000111 | 1000010 | 101100 |
Color Harmonies of #9DB926
Complementary color
Monochromatic Colors of #9DB926
Black with #9DB926
Text Example
Text Example
White with #9DB926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB926; }
p { color: rgb(157,185,38); }
H1.HeaderClassName
{
color: #9DB926;
}
.AnyTagClassName
{
color: #9DB926;
}
</style>
background-color css
<style>
a { background-color: #9DB926; }
a { background-color: rgb(157,185,38); }
div.DivClassName
{
background-color: #9DB926;
}
.BgClassName
{
background-color: #9DB926;
}
</style>
border-color css
<style>
span { border-color: #9DB926; }
span { border-color: rgb(157,185,38); }
td.TdClassName
{
border-color: #9DB926;
}
.TagClassName
{
border-color: #9DB926;
}
</style>