Shades of Bahia #9DBB1E
Tints of Bahia #9DBB1E
RGB
CMYK
RGB Variations
Color information
#9DBB1E (or 0x9DBB1E) is known color: Bahia. HEX triplet: 9D, BB and 1E. RGB value is (157,187,30). Sum of RGB (Red+Green+Blue) = 157+187+30=374 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.98% from 374); Green value is 187 (73.44% from 255 or 50% from 374); Blue value is 30 (12.11% from 255 or 8.02% from 374); Max value from RGB is 187 - color contains mainly: green. Hex color #9DBB1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DBB1E is #6244E1. Grayscale: #A0A0A0. Windows color (decimal): -6440162 or 2014109. OLE color: 2014109.
HSL color Cylindrical-coordinate representation of color #9DBB1E: hue angle of 71.46º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9DBB1E is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 187 | 30 | - |
| CMYK | 0.16 | 0 | 0.84 | 0.27 |
| HSL | 71.46º | 0.72% | 0.43% | - |
| HSV(B) | 71.46º | 0.84% | 0.73% | - |
| XYZ | 31.91 | 42.8 | 7.81 | - |
| YUV | 160.13 | 54.56 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 187 | 30 | 0.16 | 0 | 0.84 | 0.27 | 71.46 | 0.72 | 0.43 |
| Hex | 9D | BB | 1E | 10 | 0 | 54 | 1B | 47 | 48 | 2B |
| Octal | 235 | 273 | 36 | 20 | 0 | 124 | 33 | 107 | 110 | 53 |
| Binary | 10011101 | 10111011 | 11110 | 10000 | 0 | 1010100 | 11011 | 1000111 | 1001000 | 101011 |
Color Harmonies of #9DBB1E
Complementary color
Monochromatic Colors of #9DBB1E
Black with #9DBB1E
Text Example
Text Example
White with #9DBB1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBB1E; }
p { color: rgb(157,187,30); }
H1.HeaderClassName
{
color: #9DBB1E;
}
.AnyTagClassName
{
color: #9DBB1E;
}
</style>
background-color css
<style>
a { background-color: #9DBB1E; }
a { background-color: rgb(157,187,30); }
div.DivClassName
{
background-color: #9DBB1E;
}
.BgClassName
{
background-color: #9DBB1E;
}
</style>
border-color css
<style>
span { border-color: #9DBB1E; }
span { border-color: rgb(157,187,30); }
td.TdClassName
{
border-color: #9DBB1E;
}
.TagClassName
{
border-color: #9DBB1E;
}
</style>