Shades of Bahia #9DB021
Tints of Bahia #9DB021
RGB
CMYK
RGB Variations
Color information
#9DB021 (or 0x9DB021) is known color: Bahia. HEX triplet: 9D, B0 and 21. RGB value is (157,176,33). Sum of RGB (Red+Green+Blue) = 157+176+33=366 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.90% from 366); Green value is 176 (69.14% from 255 or 48.09% from 366); Blue value is 33 (13.28% from 255 or 9.02% from 366); Max value from RGB is 176 - color contains mainly: green. Hex color #9DB021 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DB021 is #624FDE. Grayscale: #9A9A9A. Windows color (decimal): -6442975 or 2207901. OLE color: 2207901.
HSL color Cylindrical-coordinate representation of color #9DB021: hue angle of 67.97º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9DB021 is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 176 | 33 | - |
| CMYK | 0.11 | 0 | 0.81 | 0.31 |
| HSL | 67.97º | 0.68% | 0.41% | - |
| HSV(B) | 67.97º | 0.81% | 0.69% | - |
| XYZ | 29.7 | 38.33 | 7.27 | - |
| YUV | 154.02 | 59.71 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 176 | 33 | 0.11 | 0 | 0.81 | 0.31 | 67.97 | 0.68 | 0.41 |
| Hex | 9D | B0 | 21 | B | 0 | 51 | 1F | 44 | 44 | 29 |
| Octal | 235 | 260 | 41 | 13 | 0 | 121 | 37 | 104 | 104 | 51 |
| Binary | 10011101 | 10110000 | 100001 | 1011 | 0 | 1010001 | 11111 | 1000100 | 1000100 | 101001 |
Color Harmonies of #9DB021
Complementary color
Monochromatic Colors of #9DB021
Black with #9DB021
Text Example
Text Example
White with #9DB021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB021; }
p { color: rgb(157,176,33); }
H1.HeaderClassName
{
color: #9DB021;
}
.AnyTagClassName
{
color: #9DB021;
}
</style>
background-color css
<style>
a { background-color: #9DB021; }
a { background-color: rgb(157,176,33); }
div.DivClassName
{
background-color: #9DB021;
}
.BgClassName
{
background-color: #9DB021;
}
</style>
border-color css
<style>
span { border-color: #9DB021; }
span { border-color: rgb(157,176,33); }
td.TdClassName
{
border-color: #9DB021;
}
.TagClassName
{
border-color: #9DB021;
}
</style>