Shades of Bahia #9DBB1D
Tints of Bahia #9DBB1D
RGB
CMYK
RGB Variations
Color information
#9DBB1D (or 0x9DBB1D) is known color: Bahia. HEX triplet: 9D, BB and 1D. RGB value is (157,187,29). Sum of RGB (Red+Green+Blue) = 157+187+29=373 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.09% from 373); Green value is 187 (73.44% from 255 or 50.13% from 373); Blue value is 29 (11.72% from 255 or 7.77% from 373); Max value from RGB is 187 - color contains mainly: green. Hex color #9DBB1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DBB1D is #6244E2. Grayscale: #A0A0A0. Windows color (decimal): -6440163 or 1948573. OLE color: 1948573.
HSL color Cylindrical-coordinate representation of color #9DBB1D: hue angle of 71.39º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9DBB1D is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 187 | 29 | - |
| CMYK | 0.16 | 0 | 0.84 | 0.27 |
| HSL | 71.39º | 0.73% | 0.42% | - |
| HSV(B) | 71.39º | 0.84% | 0.73% | - |
| XYZ | 31.9 | 42.8 | 7.74 | - |
| YUV | 160.02 | 54.06 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 187 | 29 | 0.16 | 0 | 0.84 | 0.27 | 71.39 | 0.73 | 0.42 |
| Hex | 9D | BB | 1D | 10 | 0 | 54 | 1B | 47 | 49 | 2A |
| Octal | 235 | 273 | 35 | 20 | 0 | 124 | 33 | 107 | 111 | 52 |
| Binary | 10011101 | 10111011 | 11101 | 10000 | 0 | 1010100 | 11011 | 1000111 | 1001001 | 101010 |
Color Harmonies of #9DBB1D
Complementary color
Monochromatic Colors of #9DBB1D
Black with #9DBB1D
Text Example
Text Example
White with #9DBB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBB1D; }
p { color: rgb(157,187,29); }
H1.HeaderClassName
{
color: #9DBB1D;
}
.AnyTagClassName
{
color: #9DBB1D;
}
</style>
background-color css
<style>
a { background-color: #9DBB1D; }
a { background-color: rgb(157,187,29); }
div.DivClassName
{
background-color: #9DBB1D;
}
.BgClassName
{
background-color: #9DBB1D;
}
</style>
border-color css
<style>
span { border-color: #9DBB1D; }
span { border-color: rgb(157,187,29); }
td.TdClassName
{
border-color: #9DBB1D;
}
.TagClassName
{
border-color: #9DBB1D;
}
</style>