#9E8A05

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

Shades of Dark Goldenrod #9E8A05

Tints of Dark Goldenrod #9E8A05

Color information

#9E8A05 (or 0x9E8A05) is unknown color: approx Dark Goldenrod. HEX triplet: 9E, 8A and 05. RGB value is (158,138,5). Sum of RGB (Red+Green+Blue) = 158+138+5=301 (39% of max value = 765). Red value is 158 (62.11% from 255 or 52.49% from 301); Green value is 138 (54.30% from 255 or 45.85% from 301); Blue value is 5 (2.34% from 255 or 1.66% from 301); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8A05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E8A05 is #6175FA. Grayscale: #818181. Windows color (decimal): -6387195 or 363166. OLE color: 363166.

HSL color Cylindrical-coordinate representation of color #9E8A05: hue angle of 52.16º degrees, saturation: 0.94, 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 #9E8A05 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.38.

Color convert

RGB1581385-
CMYK00.130.970.38
HSL52.16º93.87%31.96%-
HSV(B)52.16º96.84%61.96%-
XYZ23.2225.463.83-
YUV128.8258.13148.81-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 52.49%
GREEN value IS 138 (54.30% from 255) = 45.85%
BLUE value IS 5 (2.34% from 255) = 1.66%
R=52.49%
G=45.85%
B=1.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.97
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158138500.130.970.3852.1693.8731.96
Hex9E8A50D6126345e20
Octal2362125015141466413640
Binary10011110100010101010110111000011001101101001011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,138,5); }

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

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

 a { background-color: rgb(158,138,5); }

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

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

 span { border-color: rgb(158,138,5); }

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