Html Css Color HEX #9E8400 Dark Goldenrod

📋 copy color: '#9E8400'

red 158 ◦ green 132 ◦ blue 0

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

Shades of Dark Goldenrod #9E8400

Tints of Dark Goldenrod #9E8400

RGB

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

 GREEN value IS 132 (51.95% from 255) = 45.52%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.48%
G = 45.52%
B = 0%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1

 K value IS 0.38

RGB Variations

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

Color information

#9E8400 (or 0x9E8400) is known color: Dark Goldenrod. HEX triplet: 9E, 84 and 00. RGB value is (158,132,0). Sum of RGB (Red+Green+Blue) = 158+132+0=290 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.48% from 290); Green value is 132 (51.95% from 255 or 45.52% from 290); Blue value is 0 (0.39% from 255 or 0% from 290); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8400 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E8400 is #617BFF. Grayscale: #7D7D7D. Windows color (decimal): -6388736 or 33950. OLE color: 33950.

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

Color convert

RGB 158 132 0 -
CMYK 0 0.16 1 0.38
HSL 50.13º 1% 0.31% -
HSV(B) 50.13º 1% 0.62% -
XYZ 22.35 23.77 3.41 -
YUV 124.73 57.61 151.73 -
System Red Green Blue C M Y K H S L
Decimal 158 132 0 0 0.16 1 0.38 50.13 1 0.31
Hex 9E 84 0 0 10 64 26 32 64 1F
Octal 236 204 0 0 20 144 46 62 144 37
Binary 10011110 10000100 0 0 10000 1100100 100110 110010 1100100 11111

Color Harmonies of #9E8400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8400

Black with #9E8400

Text Example


Text Example

White with #9E8400

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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