Shades of Dark Goldenrod #9F8C02
Tints of Dark Goldenrod #9F8C02
RGB
CMYK
RGB Variations
Color information
#9F8C02 (or 0x9F8C02) is known color: Dark Goldenrod. HEX triplet: 9F, 8C and 02. RGB value is (159,140,2). Sum of RGB (Red+Green+Blue) = 159+140+2=301 (39% of max value = 765). Red value is 159 (62.5% from 255 or 52.82% from 301); Green value is 140 (55.08% from 255 or 46.51% from 301); Blue value is 2 (1.17% from 255 or 0.66% from 301); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8C02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F8C02 is #6073FD. Grayscale: #828282. Windows color (decimal): -6321150 or 167071. OLE color: 167071.
HSL color Cylindrical-coordinate representation of color #9F8C02: hue angle of 52.74º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9F8C02 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
RGB | 159 | 140 | 2 | - |
CMYK | 0 | 0.12 | 0.99 | 0.38 |
HSL | 52.74º | 0.98% | 0.32% | - |
HSV(B) | 52.74º | 0.99% | 0.62% | - |
XYZ | 23.69 | 26.13 | 3.85 | - |
YUV | 129.95 | 55.79 | 148.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 140 | 2 | 0 | 0.12 | 0.99 | 0.38 | 52.74 | 0.98 | 0.32 |
Hex | 9F | 8C | 2 | 0 | C | 63 | 26 | 35 | 62 | 20 |
Octal | 237 | 214 | 2 | 0 | 14 | 143 | 46 | 65 | 142 | 40 |
Binary | 10011111 | 10001100 | 10 | 0 | 1100 | 1100011 | 100110 | 110101 | 1100010 | 100000 |
Color Harmonies of #9F8C02
Complementary color
Monochromatic Colors of #9F8C02
Black with #9F8C02
Text Example
Text Example
White with #9F8C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8C02; }
p { color: rgb(159,140,2); }
H1.HeaderClassName
{
color: #9F8C02;
}
.AnyTagClassName
{
color: #9F8C02;
}
</style>
background-color css
<style>
a { background-color: #9F8C02; }
a { background-color: rgb(159,140,2); }
div.DivClassName
{
background-color: #9F8C02;
}
.BgClassName
{
background-color: #9F8C02;
}
</style>
border-color css
<style>
span { border-color: #9F8C02; }
span { border-color: rgb(159,140,2); }
td.TdClassName
{
border-color: #9F8C02;
}
.TagClassName
{
border-color: #9F8C02;
}
</style>