Shades of Reef Gold #9E9032
Tints of Reef Gold #9E9032
RGB
CMYK
RGB Variations
Color information
#9E9032 (or 0x9E9032) is known color: Reef Gold. HEX triplet: 9E, 90 and 32. RGB value is (158,144,50). Sum of RGB (Red+Green+Blue) = 158+144+50=352 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.89% from 352); Green value is 144 (56.64% from 255 or 40.91% from 352); Blue value is 50 (19.92% from 255 or 14.20% from 352); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9032 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E9032 is #616FCD. Grayscale: #898989. Windows color (decimal): -6385614 or 3313822. OLE color: 3313822.
HSL color Cylindrical-coordinate representation of color #9E9032: hue angle of 52.22º degrees, saturation: 0.52, 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 #9E9032 is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 144 | 50 | - |
| CMYK | 0 | 0.09 | 0.68 | 0.38 |
| HSL | 52.22º | 0.52% | 0.41% | - |
| HSV(B) | 52.22º | 0.68% | 0.62% | - |
| XYZ | 24.65 | 27.45 | 7.02 | - |
| YUV | 137.47 | 78.64 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 144 | 50 | 0 | 0.09 | 0.68 | 0.38 | 52.22 | 0.52 | 0.41 |
| Hex | 9E | 90 | 32 | 0 | 9 | 44 | 26 | 34 | 34 | 29 |
| Octal | 236 | 220 | 62 | 0 | 11 | 104 | 46 | 64 | 64 | 51 |
| Binary | 10011110 | 10010000 | 110010 | 0 | 1001 | 1000100 | 100110 | 110100 | 110100 | 101001 |
Color Harmonies of #9E9032
Complementary color
Monochromatic Colors of #9E9032
Black with #9E9032
Text Example
Text Example
White with #9E9032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9032; }
p { color: rgb(158,144,50); }
H1.HeaderClassName
{
color: #9E9032;
}
.AnyTagClassName
{
color: #9E9032;
}
</style>
background-color css
<style>
a { background-color: #9E9032; }
a { background-color: rgb(158,144,50); }
div.DivClassName
{
background-color: #9E9032;
}
.BgClassName
{
background-color: #9E9032;
}
</style>
border-color css
<style>
span { border-color: #9E9032; }
span { border-color: rgb(158,144,50); }
td.TdClassName
{
border-color: #9E9032;
}
.TagClassName
{
border-color: #9E9032;
}
</style>