Shades of Reef Gold #9E9131
Tints of Reef Gold #9E9131
RGB
CMYK
RGB Variations
Color information
#9E9131 (or 0x9E9131) is known color: Reef Gold. HEX triplet: 9E, 91 and 31. RGB value is (158,145,49). Sum of RGB (Red+Green+Blue) = 158+145+49=352 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.89% from 352); Green value is 145 (57.03% from 255 or 41.19% from 352); Blue value is 49 (19.53% from 255 or 13.92% from 352); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9131 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E9131 is #616ECE. Grayscale: #8A8A8A. Windows color (decimal): -6385359 or 3248542. OLE color: 3248542.
HSL color Cylindrical-coordinate representation of color #9E9131: hue angle of 52.84º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9E9131 is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 145 | 49 | - |
| CMYK | 0 | 0.08 | 0.69 | 0.38 |
| HSL | 52.84º | 0.53% | 0.41% | - |
| HSV(B) | 52.84º | 0.69% | 0.62% | - |
| XYZ | 24.78 | 27.74 | 6.95 | - |
| YUV | 137.94 | 77.81 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 145 | 49 | 0 | 0.08 | 0.69 | 0.38 | 52.84 | 0.53 | 0.41 |
| Hex | 9E | 91 | 31 | 0 | 8 | 45 | 26 | 35 | 35 | 29 |
| Octal | 236 | 221 | 61 | 0 | 10 | 105 | 46 | 65 | 65 | 51 |
| Binary | 10011110 | 10010001 | 110001 | 0 | 1000 | 1000101 | 100110 | 110101 | 110101 | 101001 |
Color Harmonies of #9E9131
Complementary color
Monochromatic Colors of #9E9131
Black with #9E9131
Text Example
Text Example
White with #9E9131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9131; }
p { color: rgb(158,145,49); }
H1.HeaderClassName
{
color: #9E9131;
}
.AnyTagClassName
{
color: #9E9131;
}
</style>
background-color css
<style>
a { background-color: #9E9131; }
a { background-color: rgb(158,145,49); }
div.DivClassName
{
background-color: #9E9131;
}
.BgClassName
{
background-color: #9E9131;
}
</style>
border-color css
<style>
span { border-color: #9E9131; }
span { border-color: rgb(158,145,49); }
td.TdClassName
{
border-color: #9E9131;
}
.TagClassName
{
border-color: #9E9131;
}
</style>