Shades of Reef Gold #9F9131
Tints of Reef Gold #9F9131
RGB
CMYK
RGB Variations
Color information
#9F9131 (or 0x9F9131) is known color: Reef Gold. HEX triplet: 9F, 91 and 31. RGB value is (159,145,49). Sum of RGB (Red+Green+Blue) = 159+145+49=353 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.04% from 353); Green value is 145 (57.03% from 255 or 41.08% from 353); Blue value is 49 (19.53% from 255 or 13.88% from 353); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9131 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F9131 is #606ECE. Grayscale: #8A8A8A. Windows color (decimal): -6319823 or 3248543. OLE color: 3248543.
HSL color Cylindrical-coordinate representation of color #9F9131: hue angle of 52.36º 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 #9F9131 is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 145 | 49 | - |
| CMYK | 0 | 0.09 | 0.69 | 0.38 |
| HSL | 52.36º | 0.53% | 0.41% | - |
| HSV(B) | 52.36º | 0.69% | 0.62% | - |
| XYZ | 24.98 | 27.84 | 6.96 | - |
| YUV | 138.24 | 77.64 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 145 | 49 | 0 | 0.09 | 0.69 | 0.38 | 52.36 | 0.53 | 0.41 |
| Hex | 9F | 91 | 31 | 0 | 9 | 45 | 26 | 34 | 35 | 29 |
| Octal | 237 | 221 | 61 | 0 | 11 | 105 | 46 | 64 | 65 | 51 |
| Binary | 10011111 | 10010001 | 110001 | 0 | 1001 | 1000101 | 100110 | 110100 | 110101 | 101001 |
Color Harmonies of #9F9131
Complementary color
Monochromatic Colors of #9F9131
Black with #9F9131
Text Example
Text Example
White with #9F9131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9131; }
p { color: rgb(159,145,49); }
H1.HeaderClassName
{
color: #9F9131;
}
.AnyTagClassName
{
color: #9F9131;
}
</style>
background-color css
<style>
a { background-color: #9F9131; }
a { background-color: rgb(159,145,49); }
div.DivClassName
{
background-color: #9F9131;
}
.BgClassName
{
background-color: #9F9131;
}
</style>
border-color css
<style>
span { border-color: #9F9131; }
span { border-color: rgb(159,145,49); }
td.TdClassName
{
border-color: #9F9131;
}
.TagClassName
{
border-color: #9F9131;
}
</style>