Shades of Bahia #9DBB2C
Tints of Bahia #9DBB2C
RGB
CMYK
RGB Variations
Color information
#9DBB2C (or 0x9DBB2C) is known color: Bahia. HEX triplet: 9D, BB and 2C. RGB value is (157,187,44). Sum of RGB (Red+Green+Blue) = 157+187+44=388 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.46% from 388); Green value is 187 (73.44% from 255 or 48.20% from 388); Blue value is 44 (17.58% from 255 or 11.34% from 388); Max value from RGB is 187 - color contains mainly: green. Hex color #9DBB2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DBB2C is #6244D3. Grayscale: #A2A2A2. Windows color (decimal): -6440148 or 2931613. OLE color: 2931613.
HSL color Cylindrical-coordinate representation of color #9DBB2C: hue angle of 72.59º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9DBB2C is Cyan = 0.16, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 187 | 44 | - |
| CMYK | 0.16 | 0 | 0.76 | 0.27 |
| HSL | 72.59º | 0.62% | 0.45% | - |
| HSV(B) | 72.59º | 0.76% | 0.73% | - |
| XYZ | 32.13 | 42.89 | 8.97 | - |
| YUV | 161.73 | 61.56 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 187 | 44 | 0.16 | 0 | 0.76 | 0.27 | 72.59 | 0.62 | 0.45 |
| Hex | 9D | BB | 2C | 10 | 0 | 4C | 1B | 49 | 3E | 2D |
| Octal | 235 | 273 | 54 | 20 | 0 | 114 | 33 | 111 | 76 | 55 |
| Binary | 10011101 | 10111011 | 101100 | 10000 | 0 | 1001100 | 11011 | 1001001 | 111110 | 101101 |
Color Harmonies of #9DBB2C
Complementary color
Monochromatic Colors of #9DBB2C
Black with #9DBB2C
Text Example
Text Example
White with #9DBB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBB2C; }
p { color: rgb(157,187,44); }
H1.HeaderClassName
{
color: #9DBB2C;
}
.AnyTagClassName
{
color: #9DBB2C;
}
</style>
background-color css
<style>
a { background-color: #9DBB2C; }
a { background-color: rgb(157,187,44); }
div.DivClassName
{
background-color: #9DBB2C;
}
.BgClassName
{
background-color: #9DBB2C;
}
</style>
border-color css
<style>
span { border-color: #9DBB2C; }
span { border-color: rgb(157,187,44); }
td.TdClassName
{
border-color: #9DBB2C;
}
.TagClassName
{
border-color: #9DBB2C;
}
</style>