#9E8004

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

Shades of Dark Goldenrod #9E8004

Tints of Dark Goldenrod #9E8004

Color information

#9E8004 (or 0x9E8004) is unknown color: approx Dark Goldenrod. HEX triplet: 9E, 80 and 04. RGB value is (158,128,4). Sum of RGB (Red+Green+Blue) = 158+128+4=290 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.48% from 290); Green value is 128 (50.39% from 255 or 44.14% from 290); Blue value is 4 (1.95% from 255 or 1.38% from 290); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8004 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E8004 is #617FFB. Grayscale: #7B7B7B. Windows color (decimal): -6389756 or 295070. OLE color: 295070.

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

Color convert

RGB1581284-
CMYK00.190.970.38
HSL48.31º95.06%31.76%-
HSV(B)48.31º97.47%61.96%-
XYZ21.8422.723.35-
YUV122.8360.94153.08-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 54.48%
GREEN value IS 128 (50.39% from 255) = 44.14%
BLUE value IS 4 (1.95% from 255) = 1.38%
R=54.48%
G=44.14%
B=1.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.97
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158128400.190.970.3848.3195.0631.76
Hex9E8040136126305f20
Octal2362004023141466013740
Binary100111101000000010001001111000011001101100001011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,128,4); }

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

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

 a { background-color: rgb(158,128,4); }

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

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

 span { border-color: rgb(158,128,4); }

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