Html Css Color HEX #9E8302 Dark Goldenrod

📋 copy color: '#9E8302'

red 158 ◦ green 131 ◦ blue 2

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

Shades of Dark Goldenrod #9E8302

Tints of Dark Goldenrod #9E8302

RGB

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

 GREEN value IS 131 (51.56% from 255) = 45.02%

 BLUE value IS 2 (1.17% from 255) = 0.69%

R = 54.3%
G = 45.02%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.99

 K value IS 0.38

RGB Variations

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

Color information

#9E8302 (or 0x9E8302) is known color: Dark Goldenrod. HEX triplet: 9E, 83 and 02. RGB value is (158,131,2). Sum of RGB (Red+Green+Blue) = 158+131+2=291 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.30% from 291); Green value is 131 (51.56% from 255 or 45.02% from 291); Blue value is 2 (1.17% from 255 or 0.69% from 291); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8302 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E8302 is #617CFD. Grayscale: #7C7C7C. Windows color (decimal): -6388990 or 164766. OLE color: 164766.

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

Color convert

RGB 158 131 2 -
CMYK 0 0.17 0.99 0.38
HSL 49.62º 0.98% 0.31% -
HSV(B) 49.62º 0.99% 0.62% -
XYZ 22.23 23.51 3.42 -
YUV 124.37 58.95 151.99 -
System Red Green Blue C M Y K H S L
Decimal 158 131 2 0 0.17 0.99 0.38 49.62 0.98 0.31
Hex 9E 83 2 0 11 63 26 32 62 1F
Octal 236 203 2 0 21 143 46 62 142 37
Binary 10011110 10000011 10 0 10001 1100011 100110 110010 1100010 11111

Color Harmonies of #9E8302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8302

Black with #9E8302

Text Example


Text Example

White with #9E8302

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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