Shades of Reef Gold #9E8732
Tints of Reef Gold #9E8732
RGB
CMYK
RGB Variations
Color information
#9E8732 (or 0x9E8732) is known color: Reef Gold. HEX triplet: 9E, 87 and 32. RGB value is (158,135,50). Sum of RGB (Red+Green+Blue) = 158+135+50=343 (45% of max value = 765). Red value is 158 (62.11% from 255 or 46.06% from 343); Green value is 135 (53.12% from 255 or 39.36% from 343); Blue value is 50 (19.92% from 255 or 14.58% from 343); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8732 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E8732 is #6178CD. Grayscale: #848484. Windows color (decimal): -6387918 or 3311518. OLE color: 3311518.
HSL color Cylindrical-coordinate representation of color #9E8732: hue angle of 47.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 #9E8732 is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 135 | 50 | - |
| CMYK | 0 | 0.15 | 0.68 | 0.38 |
| HSL | 47.22º | 0.52% | 0.41% | - |
| HSV(B) | 47.22º | 0.68% | 0.62% | - |
| XYZ | 23.34 | 24.83 | 6.58 | - |
| YUV | 132.19 | 81.62 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 135 | 50 | 0 | 0.15 | 0.68 | 0.38 | 47.22 | 0.52 | 0.41 |
| Hex | 9E | 87 | 32 | 0 | F | 44 | 26 | 2F | 34 | 29 |
| Octal | 236 | 207 | 62 | 0 | 17 | 104 | 46 | 57 | 64 | 51 |
| Binary | 10011110 | 10000111 | 110010 | 0 | 1111 | 1000100 | 100110 | 101111 | 110100 | 101001 |
Color Harmonies of #9E8732
Complementary color
Monochromatic Colors of #9E8732
Black with #9E8732
Text Example
Text Example
White with #9E8732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8732; }
p { color: rgb(158,135,50); }
H1.HeaderClassName
{
color: #9E8732;
}
.AnyTagClassName
{
color: #9E8732;
}
</style>
background-color css
<style>
a { background-color: #9E8732; }
a { background-color: rgb(158,135,50); }
div.DivClassName
{
background-color: #9E8732;
}
.BgClassName
{
background-color: #9E8732;
}
</style>
border-color css
<style>
span { border-color: #9E8732; }
span { border-color: rgb(158,135,50); }
td.TdClassName
{
border-color: #9E8732;
}
.TagClassName
{
border-color: #9E8732;
}
</style>