Shades of Reef Gold #9E8D33
Tints of Reef Gold #9E8D33
RGB
CMYK
RGB Variations
Color information
#9E8D33 (or 0x9E8D33) is known color: Reef Gold. HEX triplet: 9E, 8D and 33. RGB value is (158,141,51). Sum of RGB (Red+Green+Blue) = 158+141+51=350 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.14% from 350); Green value is 141 (55.47% from 255 or 40.29% from 350); Blue value is 51 (20.31% from 255 or 14.57% from 350); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8D33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E8D33 is #6172CC. Grayscale: #888888. Windows color (decimal): -6386381 or 3378590. OLE color: 3378590.
HSL color Cylindrical-coordinate representation of color #9E8D33: hue angle of 50.47º 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 #9E8D33 is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 141 | 51 | - |
| CMYK | 0 | 0.11 | 0.68 | 0.38 |
| HSL | 50.47º | 0.51% | 0.41% | - |
| HSV(B) | 50.47º | 0.68% | 0.62% | - |
| XYZ | 24.22 | 26.56 | 6.98 | - |
| YUV | 135.82 | 80.13 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 141 | 51 | 0 | 0.11 | 0.68 | 0.38 | 50.47 | 0.51 | 0.41 |
| Hex | 9E | 8D | 33 | 0 | B | 44 | 26 | 32 | 33 | 29 |
| Octal | 236 | 215 | 63 | 0 | 13 | 104 | 46 | 62 | 63 | 51 |
| Binary | 10011110 | 10001101 | 110011 | 0 | 1011 | 1000100 | 100110 | 110010 | 110011 | 101001 |
Color Harmonies of #9E8D33
Complementary color
Monochromatic Colors of #9E8D33
Black with #9E8D33
Text Example
Text Example
White with #9E8D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8D33; }
p { color: rgb(158,141,51); }
H1.HeaderClassName
{
color: #9E8D33;
}
.AnyTagClassName
{
color: #9E8D33;
}
</style>
background-color css
<style>
a { background-color: #9E8D33; }
a { background-color: rgb(158,141,51); }
div.DivClassName
{
background-color: #9E8D33;
}
.BgClassName
{
background-color: #9E8D33;
}
</style>
border-color css
<style>
span { border-color: #9E8D33; }
span { border-color: rgb(158,141,51); }
td.TdClassName
{
border-color: #9E8D33;
}
.TagClassName
{
border-color: #9E8D33;
}
</style>