Shades of Reef Gold #9F932D
Tints of Reef Gold #9F932D
RGB
CMYK
RGB Variations
Color information
#9F932D (or 0x9F932D) is known color: Reef Gold. HEX triplet: 9F, 93 and 2D. RGB value is (159,147,45). Sum of RGB (Red+Green+Blue) = 159+147+45=351 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.30% from 351); Green value is 147 (57.81% from 255 or 41.88% from 351); Blue value is 45 (17.97% from 255 or 12.82% from 351); Max value from RGB is 159 - color contains mainly: red. Hex color #9F932D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F932D is #606CD2. Grayscale: #8B8B8B. Windows color (decimal): -6319315 or 2986911. OLE color: 2986911.
HSL color Cylindrical-coordinate representation of color #9F932D: hue angle of 53.68º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9F932D is Cyan = 0, Magento = 0.08, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 147 | 45 | - |
| CMYK | 0 | 0.08 | 0.72 | 0.38 |
| HSL | 53.68º | 0.56% | 0.4% | - |
| HSV(B) | 53.68º | 0.72% | 0.62% | - |
| XYZ | 25.21 | 28.43 | 6.64 | - |
| YUV | 138.96 | 74.98 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 147 | 45 | 0 | 0.08 | 0.72 | 0.38 | 53.68 | 0.56 | 0.4 |
| Hex | 9F | 93 | 2D | 0 | 8 | 48 | 26 | 36 | 38 | 28 |
| Octal | 237 | 223 | 55 | 0 | 10 | 110 | 46 | 66 | 70 | 50 |
| Binary | 10011111 | 10010011 | 101101 | 0 | 1000 | 1001000 | 100110 | 110110 | 111000 | 101000 |
Color Harmonies of #9F932D
Complementary color
Monochromatic Colors of #9F932D
Black with #9F932D
Text Example
Text Example
White with #9F932D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F932D; }
p { color: rgb(159,147,45); }
H1.HeaderClassName
{
color: #9F932D;
}
.AnyTagClassName
{
color: #9F932D;
}
</style>
background-color css
<style>
a { background-color: #9F932D; }
a { background-color: rgb(159,147,45); }
div.DivClassName
{
background-color: #9F932D;
}
.BgClassName
{
background-color: #9F932D;
}
</style>
border-color css
<style>
span { border-color: #9F932D; }
span { border-color: rgb(159,147,45); }
td.TdClassName
{
border-color: #9F932D;
}
.TagClassName
{
border-color: #9F932D;
}
</style>