Html Css Color HEX #9E8505 Dark Goldenrod

📋 copy color: '#9E8505'

red 158 ◦ green 133 ◦ blue 5

#9E8505
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #9E8505

Tints of Dark Goldenrod #9E8505

RGB

 RED value IS 158 (62.11% from 255) = 53.38%

 GREEN value IS 133 (52.34% from 255) = 44.93%

 BLUE value IS 5 (2.34% from 255) = 1.69%

R = 53.38%
G = 44.93%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.97

 K value IS 0.38

RGB Variations

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

Color information

#9E8505 (or 0x9E8505) is known color: Dark Goldenrod. HEX triplet: 9E, 85 and 05. RGB value is (158,133,5). Sum of RGB (Red+Green+Blue) = 158+133+5=296 (39% of max value = 765). Red value is 158 (62.11% from 255 or 53.38% from 296); Green value is 133 (52.34% from 255 or 44.93% from 296); Blue value is 5 (2.34% from 255 or 1.69% from 296); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8505 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E8505 is #617AFA. Grayscale: #7E7E7E. Windows color (decimal): -6388475 or 361886. OLE color: 361886.

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

Color convert

RGB 158 133 5 -
CMYK 0 0.16 0.97 0.38
HSL 50.2º 0.94% 0.32% -
HSV(B) 50.2º 0.97% 0.62% -
XYZ 22.52 24.06 3.6 -
YUV 125.88 59.78 150.91 -
System Red Green Blue C M Y K H S L
Decimal 158 133 5 0 0.16 0.97 0.38 50.2 0.94 0.32
Hex 9E 85 5 0 10 61 26 32 5E 20
Octal 236 205 5 0 20 141 46 62 136 40
Binary 10011110 10000101 101 0 10000 1100001 100110 110010 1011110 100000

Color Harmonies of #9E8505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8505

Black with #9E8505

Text Example


Text Example

White with #9E8505

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9E8505;
 }
 .AnyTagClassName
 {
   color: #9E8505;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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