Shades of Dark Goldenrod #9E8002
Tints of Dark Goldenrod #9E8002
RGB
CMYK
RGB Variations
Color information
#9E8002 (or 0x9E8002) is known color: Dark Goldenrod. HEX triplet: 9E, 80 and 02. RGB value is (158,128,2). Sum of RGB (Red+Green+Blue) = 158+128+2=288 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.86% from 288); Green value is 128 (50.39% from 255 or 44.44% from 288); Blue value is 2 (1.17% from 255 or 0.69% from 288); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8002 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E8002 is #617FFD. Grayscale: #7B7B7B. Windows color (decimal): -6389758 or 163998. OLE color: 163998.
HSL color Cylindrical-coordinate representation of color #9E8002: hue angle of 48.46º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9E8002 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 128 | 2 | - |
| CMYK | 0 | 0.19 | 0.99 | 0.38 |
| HSL | 48.46º | 0.98% | 0.31% | - |
| HSV(B) | 48.46º | 0.99% | 0.62% | - |
| XYZ | 21.83 | 22.71 | 3.29 | - |
| YUV | 122.61 | 59.94 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 128 | 2 | 0 | 0.19 | 0.99 | 0.38 | 48.46 | 0.98 | 0.31 |
| Hex | 9E | 80 | 2 | 0 | 13 | 63 | 26 | 30 | 62 | 1F |
| Octal | 236 | 200 | 2 | 0 | 23 | 143 | 46 | 60 | 142 | 37 |
| Binary | 10011110 | 10000000 | 10 | 0 | 10011 | 1100011 | 100110 | 110000 | 1100010 | 11111 |
Color Harmonies of #9E8002
Complementary color
Monochromatic Colors of #9E8002
Black with #9E8002
Text Example
Text Example
White with #9E8002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8002; }
p { color: rgb(158,128,2); }
H1.HeaderClassName
{
color: #9E8002;
}
.AnyTagClassName
{
color: #9E8002;
}
</style>
background-color css
<style>
a { background-color: #9E8002; }
a { background-color: rgb(158,128,2); }
div.DivClassName
{
background-color: #9E8002;
}
.BgClassName
{
background-color: #9E8002;
}
</style>
border-color css
<style>
span { border-color: #9E8002; }
span { border-color: rgb(158,128,2); }
td.TdClassName
{
border-color: #9E8002;
}
.TagClassName
{
border-color: #9E8002;
}
</style>