Shades of Bahia #9DAF1E
Tints of Bahia #9DAF1E
RGB
CMYK
RGB Variations
Color information
#9DAF1E (or 0x9DAF1E) is known color: Bahia. HEX triplet: 9D, AF and 1E. RGB value is (157,175,30). Sum of RGB (Red+Green+Blue) = 157+175+30=362 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.37% from 362); Green value is 175 (68.75% from 255 or 48.34% from 362); Blue value is 30 (12.11% from 255 or 8.29% from 362); Max value from RGB is 175 - color contains mainly: green. Hex color #9DAF1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DAF1E is #6250E1. Grayscale: #999999. Windows color (decimal): -6443234 or 2011037. OLE color: 2011037.
HSL color Cylindrical-coordinate representation of color #9DAF1E: hue angle of 67.45º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9DAF1E is Cyan = 0.10, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 175 | 30 | - |
| CMYK | 0.10 | 0 | 0.83 | 0.31 |
| HSL | 67.45º | 0.71% | 0.4% | - |
| HSV(B) | 67.45º | 0.83% | 0.69% | - |
| XYZ | 29.47 | 37.92 | 6.99 | - |
| YUV | 153.09 | 58.54 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 175 | 30 | 0.10 | 0 | 0.83 | 0.31 | 67.45 | 0.71 | 0.4 |
| Hex | 9D | AF | 1E | A | 0 | 53 | 1F | 43 | 47 | 28 |
| Octal | 235 | 257 | 36 | 12 | 0 | 123 | 37 | 103 | 107 | 50 |
| Binary | 10011101 | 10101111 | 11110 | 1010 | 0 | 1010011 | 11111 | 1000011 | 1000111 | 101000 |
Color Harmonies of #9DAF1E
Complementary color
Monochromatic Colors of #9DAF1E
Black with #9DAF1E
Text Example
Text Example
White with #9DAF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAF1E; }
p { color: rgb(157,175,30); }
H1.HeaderClassName
{
color: #9DAF1E;
}
.AnyTagClassName
{
color: #9DAF1E;
}
</style>
background-color css
<style>
a { background-color: #9DAF1E; }
a { background-color: rgb(157,175,30); }
div.DivClassName
{
background-color: #9DAF1E;
}
.BgClassName
{
background-color: #9DAF1E;
}
</style>
border-color css
<style>
span { border-color: #9DAF1E; }
span { border-color: rgb(157,175,30); }
td.TdClassName
{
border-color: #9DAF1E;
}
.TagClassName
{
border-color: #9DAF1E;
}
</style>