Shades of Dark Goldenrod #9C8002
Tints of Dark Goldenrod #9C8002
RGB
CMYK
RGB Variations
Color information
#9C8002 (or 0x9C8002) is known color: Dark Goldenrod. HEX triplet: 9C, 80 and 02. RGB value is (156,128,2). Sum of RGB (Red+Green+Blue) = 156+128+2=286 (37% of max value = 765). Red value is 156 (61.33% from 255 or 54.55% from 286); Green value is 128 (50.39% from 255 or 44.76% from 286); Blue value is 2 (1.17% from 255 or 0.70% from 286); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8002 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C8002 is #637FFD. Grayscale: #7A7A7A. Windows color (decimal): -6520830 or 163996. OLE color: 163996.
HSL color Cylindrical-coordinate representation of color #9C8002: hue angle of 49.09º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9C8002 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 128 | 2 | - |
| CMYK | 0 | 0.18 | 0.99 | 0.39 |
| HSL | 49.09º | 0.97% | 0.31% | - |
| HSV(B) | 49.09º | 0.99% | 0.61% | - |
| XYZ | 21.44 | 22.51 | 3.27 | - |
| YUV | 122.01 | 60.28 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 128 | 2 | 0 | 0.18 | 0.99 | 0.39 | 49.09 | 0.97 | 0.31 |
| Hex | 9C | 80 | 2 | 0 | 12 | 63 | 27 | 31 | 61 | 1F |
| Octal | 234 | 200 | 2 | 0 | 22 | 143 | 47 | 61 | 141 | 37 |
| Binary | 10011100 | 10000000 | 10 | 0 | 10010 | 1100011 | 100111 | 110001 | 1100001 | 11111 |
Color Harmonies of #9C8002
Complementary color
Monochromatic Colors of #9C8002
Black with #9C8002
Text Example
Text Example
White with #9C8002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8002; }
p { color: rgb(156,128,2); }
H1.HeaderClassName
{
color: #9C8002;
}
.AnyTagClassName
{
color: #9C8002;
}
</style>
background-color css
<style>
a { background-color: #9C8002; }
a { background-color: rgb(156,128,2); }
div.DivClassName
{
background-color: #9C8002;
}
.BgClassName
{
background-color: #9C8002;
}
</style>
border-color css
<style>
span { border-color: #9C8002; }
span { border-color: rgb(156,128,2); }
td.TdClassName
{
border-color: #9C8002;
}
.TagClassName
{
border-color: #9C8002;
}
</style>