Html Css Color HEX #9E8201 Dark Goldenrod

📋 copy color: '#9E8201'

red 158 ◦ green 130 ◦ blue 1

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

Shades of Dark Goldenrod #9E8201

Tints of Dark Goldenrod #9E8201

RGB

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

 GREEN value IS 130 (51.17% from 255) = 44.98%

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 54.67%
G = 44.98%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.99

 K value IS 0.38

RGB Variations

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

Color information

#9E8201 (or 0x9E8201) is known color: Dark Goldenrod. HEX triplet: 9E, 82 and 01. RGB value is (158,130,1). Sum of RGB (Red+Green+Blue) = 158+130+1=289 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.67% from 289); Green value is 130 (51.17% from 255 or 44.98% from 289); Blue value is 1 (0.78% from 255 or 0.35% from 289); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8201 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E8201 is #617DFE. Grayscale: #7C7C7C. Windows color (decimal): -6389247 or 98974. OLE color: 98974.

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

Color convert

RGB 158 130 1 -
CMYK 0 0.18 0.99 0.38
HSL 49.3º 0.99% 0.31% -
HSV(B) 49.3º 0.99% 0.62% -
XYZ 22.09 23.24 3.35 -
YUV 123.67 58.78 152.49 -
System Red Green Blue C M Y K H S L
Decimal 158 130 1 0 0.18 0.99 0.38 49.3 0.99 0.31
Hex 9E 82 1 0 12 63 26 31 63 1F
Octal 236 202 1 0 22 143 46 61 143 37
Binary 10011110 10000010 1 0 10010 1100011 100110 110001 1100011 11111

Color Harmonies of #9E8201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8201

Black with #9E8201

Text Example


Text Example

White with #9E8201

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,130,1); }

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

background-color css

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

 a { background-color: rgb(158,130,1); }

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

border-color css

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

 span { border-color: rgb(158,130,1); }

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