#9F8000

Color #9F8000 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #9F8000

Tints of Dark Goldenrod #9F8000

Color information

#9F8000 (or 0x9F8000) is unknown color: approx Dark Goldenrod. HEX triplet: 9F, 80 and 00. RGB value is (159,128,0). Sum of RGB (Red+Green+Blue) = 159+128+0=287 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.40% from 287); Green value is 128 (50.39% from 255 or 44.60% from 287); Blue value is 0 (0.39% from 255 or 0% from 287); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8000 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F8000 is #607FFF. Grayscale: #7B7B7B. Windows color (decimal): -6324224 or 32927. OLE color: 32927.

HSL color Cylindrical-coordinate representation of color #9F8000: hue angle of 48.3º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9F8000 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.38.

Color convert

RGB1591280-
CMYK00.1910.38
HSL48.3º100%31.18%-
HSV(B)48.3º100%62.35%-
XYZ22.0222.813.24-
YUV122.6858.77153.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 159 (62.5% from 255) = 55.40%
GREEN value IS 128 (50.39% from 255) = 44.60%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.40%
G=44.60%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 1
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159128000.1910.3848.310031.18
Hex9F800013642630641f
Octal2372000023144466014437
Binary100111111000000000100111100100100110110000110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F8000; }

 p { color: rgb(159,128,0); }

 H1.HeaderClassName
 {
   color: #9F8000;
 }
 .AnyTagClassName
 {
   color: #9F8000;
 }
</style>
background-color css

<style>
 a { background-color: #9F8000; }

 a { background-color: rgb(159,128,0); }

 div.DivClassName
 {
   background-color: #9F8000;
 }
 .BgClassName
 {
   background-color: #9F8000;
 }
</style>
border-color css

<style>
 span { border-color: #9F8000; }

 span { border-color: rgb(159,128,0); }

 td.TdClassName
 {
   border-color: #9F8000;
 }
 .TagClassName
 {
   border-color: #9F8000;
 }
</style>