#9E8402

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

Shades of Dark Goldenrod #9E8402

Tints of Dark Goldenrod #9E8402

Color information

#9E8402 (or 0x9E8402) is unknown color: approx Dark Goldenrod. HEX triplet: 9E, 84 and 02. RGB value is (158,132,2). Sum of RGB (Red+Green+Blue) = 158+132+2=292 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.11% from 292); Green value is 132 (51.95% from 255 or 45.21% from 292); Blue value is 2 (1.17% from 255 or 0.68% from 292); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8402 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E8402 is #617BFD. Grayscale: #7D7D7D. Windows color (decimal): -6388734 or 165022. OLE color: 165022.

HSL color Cylindrical-coordinate representation of color #9E8402: hue angle of 50º 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 #9E8402 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.38.

Color convert

RGB1581322-
CMYK00.160.990.38
HSL50º97.5%31.37%-
HSV(B)50º98.73%61.96%-
XYZ22.3623.783.47-
YUV124.9558.61151.57-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 54.11%
GREEN value IS 132 (51.95% from 255) = 45.21%
BLUE value IS 2 (1.17% from 255) = 0.68%
R=54.11%
G=45.21%
B=0.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.99
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158132200.160.990.385097.531.37
Hex9E842010632632621f
Octal2362042020143466214237
Binary1001111010000100100100001100011100110110010110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,132,2); }

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

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

 a { background-color: rgb(158,132,2); }

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

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

 span { border-color: rgb(158,132,2); }

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