Shades of Bahia #9DBD1B
Tints of Bahia #9DBD1B
RGB
CMYK
RGB Variations
Color information
#9DBD1B (or 0x9DBD1B) is known color: Bahia. HEX triplet: 9D, BD and 1B. RGB value is (157,189,27). Sum of RGB (Red+Green+Blue) = 157+189+27=373 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.09% from 373); Green value is 189 (74.22% from 255 or 50.67% from 373); Blue value is 27 (10.94% from 255 or 7.24% from 373); Max value from RGB is 189 - color contains mainly: green. Hex color #9DBD1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DBD1B is #6242E4. Grayscale: #A1A1A1. Windows color (decimal): -6439653 or 1818013. OLE color: 1818013.
HSL color Cylindrical-coordinate representation of color #9DBD1B: hue angle of 71.85º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9DBD1B is Cyan = 0.17, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 189 | 27 | - |
| CMYK | 0.17 | 0 | 0.86 | 0.26 |
| HSL | 71.85º | 0.75% | 0.42% | - |
| HSV(B) | 71.85º | 0.86% | 0.74% | - |
| XYZ | 32.3 | 43.64 | 7.76 | - |
| YUV | 160.96 | 52.4 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 189 | 27 | 0.17 | 0 | 0.86 | 0.26 | 71.85 | 0.75 | 0.42 |
| Hex | 9D | BD | 1B | 11 | 0 | 56 | 1A | 48 | 4B | 2A |
| Octal | 235 | 275 | 33 | 21 | 0 | 126 | 32 | 110 | 113 | 52 |
| Binary | 10011101 | 10111101 | 11011 | 10001 | 0 | 1010110 | 11010 | 1001000 | 1001011 | 101010 |
Color Harmonies of #9DBD1B
Complementary color
Monochromatic Colors of #9DBD1B
Black with #9DBD1B
Text Example
Text Example
White with #9DBD1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBD1B; }
p { color: rgb(157,189,27); }
H1.HeaderClassName
{
color: #9DBD1B;
}
.AnyTagClassName
{
color: #9DBD1B;
}
</style>
background-color css
<style>
a { background-color: #9DBD1B; }
a { background-color: rgb(157,189,27); }
div.DivClassName
{
background-color: #9DBD1B;
}
.BgClassName
{
background-color: #9DBD1B;
}
</style>
border-color css
<style>
span { border-color: #9DBD1B; }
span { border-color: rgb(157,189,27); }
td.TdClassName
{
border-color: #9DBD1B;
}
.TagClassName
{
border-color: #9DBD1B;
}
</style>