Shades of Bahia #9DB324
Tints of Bahia #9DB324
RGB
CMYK
RGB Variations
Color information
#9DB324 (or 0x9DB324) is known color: Bahia. HEX triplet: 9D, B3 and 24. RGB value is (157,179,36). Sum of RGB (Red+Green+Blue) = 157+179+36=372 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.20% from 372); Green value is 179 (70.31% from 255 or 48.12% from 372); Blue value is 36 (14.45% from 255 or 9.68% from 372); Max value from RGB is 179 - color contains mainly: green. Hex color #9DB324 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DB324 is #624CDB. Grayscale: #9C9C9C. Windows color (decimal): -6442204 or 2405277. OLE color: 2405277.
HSL color Cylindrical-coordinate representation of color #9DB324: hue angle of 69.23º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9DB324 is Cyan = 0.12, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 157 | 179 | 36 | - |
| CMYK | 0.12 | 0 | 0.80 | 0.30 |
| HSL | 69.23º | 0.67% | 0.42% | - |
| HSV(B) | 69.23º | 0.8% | 0.7% | - |
| XYZ | 30.34 | 39.54 | 7.7 | - |
| YUV | 156.12 | 60.21 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 179 | 36 | 0.12 | 0 | 0.80 | 0.30 | 69.23 | 0.67 | 0.42 |
| Hex | 9D | B3 | 24 | C | 0 | 50 | 1E | 45 | 43 | 2A |
| Octal | 235 | 263 | 44 | 14 | 0 | 120 | 36 | 105 | 103 | 52 |
| Binary | 10011101 | 10110011 | 100100 | 1100 | 0 | 1010000 | 11110 | 1000101 | 1000011 | 101010 |
Color Harmonies of #9DB324
Complementary color
Monochromatic Colors of #9DB324
Black with #9DB324
Text Example
Text Example
White with #9DB324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB324; }
p { color: rgb(157,179,36); }
H1.HeaderClassName
{
color: #9DB324;
}
.AnyTagClassName
{
color: #9DB324;
}
</style>
background-color css
<style>
a { background-color: #9DB324; }
a { background-color: rgb(157,179,36); }
div.DivClassName
{
background-color: #9DB324;
}
.BgClassName
{
background-color: #9DB324;
}
</style>
border-color css
<style>
span { border-color: #9DB324; }
span { border-color: rgb(157,179,36); }
td.TdClassName
{
border-color: #9DB324;
}
.TagClassName
{
border-color: #9DB324;
}
</style>