Shades of Bahia #9DB221
Tints of Bahia #9DB221
RGB
CMYK
RGB Variations
Color information
#9DB221 (or 0x9DB221) is known color: Bahia. HEX triplet: 9D, B2 and 21. RGB value is (157,178,33). Sum of RGB (Red+Green+Blue) = 157+178+33=368 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.66% from 368); Green value is 178 (69.92% from 255 or 48.37% from 368); Blue value is 33 (13.28% from 255 or 8.97% from 368); Max value from RGB is 178 - color contains mainly: green. Hex color #9DB221 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DB221 is #624DDE. Grayscale: #9B9B9B. Windows color (decimal): -6442463 or 2208413. OLE color: 2208413.
HSL color Cylindrical-coordinate representation of color #9DB221: hue angle of 68.69º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9DB221 is Cyan = 0.12, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 157 | 178 | 33 | - |
| CMYK | 0.12 | 0 | 0.81 | 0.30 |
| HSL | 68.69º | 0.69% | 0.41% | - |
| HSV(B) | 68.69º | 0.81% | 0.7% | - |
| XYZ | 30.1 | 39.12 | 7.4 | - |
| YUV | 155.19 | 59.04 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 178 | 33 | 0.12 | 0 | 0.81 | 0.30 | 68.69 | 0.69 | 0.41 |
| Hex | 9D | B2 | 21 | C | 0 | 51 | 1E | 45 | 45 | 29 |
| Octal | 235 | 262 | 41 | 14 | 0 | 121 | 36 | 105 | 105 | 51 |
| Binary | 10011101 | 10110010 | 100001 | 1100 | 0 | 1010001 | 11110 | 1000101 | 1000101 | 101001 |
Color Harmonies of #9DB221
Complementary color
Monochromatic Colors of #9DB221
Black with #9DB221
Text Example
Text Example
White with #9DB221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB221; }
p { color: rgb(157,178,33); }
H1.HeaderClassName
{
color: #9DB221;
}
.AnyTagClassName
{
color: #9DB221;
}
</style>
background-color css
<style>
a { background-color: #9DB221; }
a { background-color: rgb(157,178,33); }
div.DivClassName
{
background-color: #9DB221;
}
.BgClassName
{
background-color: #9DB221;
}
</style>
border-color css
<style>
span { border-color: #9DB221; }
span { border-color: rgb(157,178,33); }
td.TdClassName
{
border-color: #9DB221;
}
.TagClassName
{
border-color: #9DB221;
}
</style>