Shades of Reef Gold #9F8933
Tints of Reef Gold #9F8933
RGB
CMYK
RGB Variations
Color information
#9F8933 (or 0x9F8933) is known color: Reef Gold. HEX triplet: 9F, 89 and 33. RGB value is (159,137,51). Sum of RGB (Red+Green+Blue) = 159+137+51=347 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.82% from 347); Green value is 137 (53.91% from 255 or 39.48% from 347); Blue value is 51 (20.31% from 255 or 14.70% from 347); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8933 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F8933 is #6076CC. Grayscale: #868686. Windows color (decimal): -6321869 or 3377567. OLE color: 3377567.
HSL color Cylindrical-coordinate representation of color #9F8933: hue angle of 47.78º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9F8933 is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 137 | 51 | - |
| CMYK | 0 | 0.14 | 0.68 | 0.38 |
| HSL | 47.78º | 0.51% | 0.41% | - |
| HSV(B) | 47.78º | 0.68% | 0.62% | - |
| XYZ | 23.84 | 25.5 | 6.8 | - |
| YUV | 133.77 | 81.29 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 137 | 51 | 0 | 0.14 | 0.68 | 0.38 | 47.78 | 0.51 | 0.41 |
| Hex | 9F | 89 | 33 | 0 | E | 44 | 26 | 30 | 33 | 29 |
| Octal | 237 | 211 | 63 | 0 | 16 | 104 | 46 | 60 | 63 | 51 |
| Binary | 10011111 | 10001001 | 110011 | 0 | 1110 | 1000100 | 100110 | 110000 | 110011 | 101001 |
Color Harmonies of #9F8933
Complementary color
Monochromatic Colors of #9F8933
Black with #9F8933
Text Example
Text Example
White with #9F8933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8933; }
p { color: rgb(159,137,51); }
H1.HeaderClassName
{
color: #9F8933;
}
.AnyTagClassName
{
color: #9F8933;
}
</style>
background-color css
<style>
a { background-color: #9F8933; }
a { background-color: rgb(159,137,51); }
div.DivClassName
{
background-color: #9F8933;
}
.BgClassName
{
background-color: #9F8933;
}
</style>
border-color css
<style>
span { border-color: #9F8933; }
span { border-color: rgb(159,137,51); }
td.TdClassName
{
border-color: #9F8933;
}
.TagClassName
{
border-color: #9F8933;
}
</style>