Shades of Bahia #9DB92C
Tints of Bahia #9DB92C
RGB
CMYK
RGB Variations
Color information
#9DB92C (or 0x9DB92C) is known color: Bahia. HEX triplet: 9D, B9 and 2C. RGB value is (157,185,44). Sum of RGB (Red+Green+Blue) = 157+185+44=386 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.67% from 386); Green value is 185 (72.66% from 255 or 47.93% from 386); Blue value is 44 (17.58% from 255 or 11.40% from 386); Max value from RGB is 185 - color contains mainly: green. Hex color #9DB92C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DB92C is #6246D3. Grayscale: #A1A1A1. Windows color (decimal): -6440660 or 2931101. OLE color: 2931101.
HSL color Cylindrical-coordinate representation of color #9DB92C: hue angle of 71.91º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9DB92C is Cyan = 0.15, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 185 | 44 | - |
| CMYK | 0.15 | 0 | 0.76 | 0.27 |
| HSL | 71.91º | 0.62% | 0.45% | - |
| HSV(B) | 71.91º | 0.76% | 0.73% | - |
| XYZ | 31.71 | 42.05 | 8.83 | - |
| YUV | 160.55 | 62.22 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 185 | 44 | 0.15 | 0 | 0.76 | 0.27 | 71.91 | 0.62 | 0.45 |
| Hex | 9D | B9 | 2C | F | 0 | 4C | 1B | 48 | 3E | 2D |
| Octal | 235 | 271 | 54 | 17 | 0 | 114 | 33 | 110 | 76 | 55 |
| Binary | 10011101 | 10111001 | 101100 | 1111 | 0 | 1001100 | 11011 | 1001000 | 111110 | 101101 |
Color Harmonies of #9DB92C
Complementary color
Monochromatic Colors of #9DB92C
Black with #9DB92C
Text Example
Text Example
White with #9DB92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB92C; }
p { color: rgb(157,185,44); }
H1.HeaderClassName
{
color: #9DB92C;
}
.AnyTagClassName
{
color: #9DB92C;
}
</style>
background-color css
<style>
a { background-color: #9DB92C; }
a { background-color: rgb(157,185,44); }
div.DivClassName
{
background-color: #9DB92C;
}
.BgClassName
{
background-color: #9DB92C;
}
</style>
border-color css
<style>
span { border-color: #9DB92C; }
span { border-color: rgb(157,185,44); }
td.TdClassName
{
border-color: #9DB92C;
}
.TagClassName
{
border-color: #9DB92C;
}
</style>