Shades of Reef Gold #9E8832
Tints of Reef Gold #9E8832
RGB
CMYK
RGB Variations
Color information
#9E8832 (or 0x9E8832) is known color: Reef Gold. HEX triplet: 9E, 88 and 32. RGB value is (158,136,50). Sum of RGB (Red+Green+Blue) = 158+136+50=344 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.93% from 344); Green value is 136 (53.52% from 255 or 39.53% from 344); Blue value is 50 (19.92% from 255 or 14.53% from 344); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8832 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E8832 is #6177CD. Grayscale: #858585. Windows color (decimal): -6387662 or 3311774. OLE color: 3311774.
HSL color Cylindrical-coordinate representation of color #9E8832: hue angle of 47.78º 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 #9E8832 is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 136 | 50 | - |
| CMYK | 0 | 0.14 | 0.68 | 0.38 |
| HSL | 47.78º | 0.52% | 0.41% | - |
| HSV(B) | 47.78º | 0.68% | 0.62% | - |
| XYZ | 23.48 | 25.11 | 6.63 | - |
| YUV | 132.77 | 81.29 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 136 | 50 | 0 | 0.14 | 0.68 | 0.38 | 47.78 | 0.52 | 0.41 |
| Hex | 9E | 88 | 32 | 0 | E | 44 | 26 | 30 | 34 | 29 |
| Octal | 236 | 210 | 62 | 0 | 16 | 104 | 46 | 60 | 64 | 51 |
| Binary | 10011110 | 10001000 | 110010 | 0 | 1110 | 1000100 | 100110 | 110000 | 110100 | 101001 |
Color Harmonies of #9E8832
Complementary color
Monochromatic Colors of #9E8832
Black with #9E8832
Text Example
Text Example
White with #9E8832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8832; }
p { color: rgb(158,136,50); }
H1.HeaderClassName
{
color: #9E8832;
}
.AnyTagClassName
{
color: #9E8832;
}
</style>
background-color css
<style>
a { background-color: #9E8832; }
a { background-color: rgb(158,136,50); }
div.DivClassName
{
background-color: #9E8832;
}
.BgClassName
{
background-color: #9E8832;
}
</style>
border-color css
<style>
span { border-color: #9E8832; }
span { border-color: rgb(158,136,50); }
td.TdClassName
{
border-color: #9E8832;
}
.TagClassName
{
border-color: #9E8832;
}
</style>