Shades of Reef Gold #9F8232
Tints of Reef Gold #9F8232
RGB
CMYK
RGB Variations
Color information
#9F8232 (or 0x9F8232) is known color: Reef Gold. HEX triplet: 9F, 82 and 32. RGB value is (159,130,50). Sum of RGB (Red+Green+Blue) = 159+130+50=339 (44% of max value = 765). Red value is 159 (62.5% from 255 or 46.90% from 339); Green value is 130 (51.17% from 255 or 38.35% from 339); Blue value is 50 (19.92% from 255 or 14.75% from 339); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8232 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F8232 is #607DCD. Grayscale: #818181. Windows color (decimal): -6323662 or 3310239. OLE color: 3310239.
HSL color Cylindrical-coordinate representation of color #9F8232: hue angle of 44.04º degrees, saturation: 0.52, 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 #9F8232 is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 130 | 50 | - |
| CMYK | 0 | 0.18 | 0.69 | 0.38 |
| HSL | 44.04º | 0.52% | 0.41% | - |
| HSV(B) | 44.04º | 0.69% | 0.62% | - |
| XYZ | 22.86 | 23.57 | 6.36 | - |
| YUV | 129.55 | 83.11 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 130 | 50 | 0 | 0.18 | 0.69 | 0.38 | 44.04 | 0.52 | 0.41 |
| Hex | 9F | 82 | 32 | 0 | 12 | 45 | 26 | 2C | 34 | 29 |
| Octal | 237 | 202 | 62 | 0 | 22 | 105 | 46 | 54 | 64 | 51 |
| Binary | 10011111 | 10000010 | 110010 | 0 | 10010 | 1000101 | 100110 | 101100 | 110100 | 101001 |
Color Harmonies of #9F8232
Complementary color
Monochromatic Colors of #9F8232
Black with #9F8232
Text Example
Text Example
White with #9F8232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8232; }
p { color: rgb(159,130,50); }
H1.HeaderClassName
{
color: #9F8232;
}
.AnyTagClassName
{
color: #9F8232;
}
</style>
background-color css
<style>
a { background-color: #9F8232; }
a { background-color: rgb(159,130,50); }
div.DivClassName
{
background-color: #9F8232;
}
.BgClassName
{
background-color: #9F8232;
}
</style>
border-color css
<style>
span { border-color: #9F8232; }
span { border-color: rgb(159,130,50); }
td.TdClassName
{
border-color: #9F8232;
}
.TagClassName
{
border-color: #9F8232;
}
</style>