Html Css Color HEX #9E8300 Dark Goldenrod

📋 copy color: '#9E8300'

red 158 ◦ green 131 ◦ blue 0

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

Shades of Dark Goldenrod #9E8300

Tints of Dark Goldenrod #9E8300

RGB

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

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

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

R = 54.67%
G = 45.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 1

 K value IS 0.38

RGB Variations

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

Color information

#9E8300 (or 0x9E8300) is known color: Dark Goldenrod. HEX triplet: 9E, 83 and 00. RGB value is (158,131,0). Sum of RGB (Red+Green+Blue) = 158+131+0=289 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.67% from 289); Green value is 131 (51.56% from 255 or 45.33% from 289); Blue value is 0 (0.39% from 255 or 0% from 289); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8300 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E8300 is #617CFF. Grayscale: #7C7C7C. Windows color (decimal): -6388992 or 33694. OLE color: 33694.

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

Color convert

RGB 158 131 0 -
CMYK 0 0.17 1 0.38
HSL 49.75º 1% 0.31% -
HSV(B) 49.75º 1% 0.62% -
XYZ 22.22 23.5 3.37 -
YUV 124.14 57.95 152.15 -
System Red Green Blue C M Y K H S L
Decimal 158 131 0 0 0.17 1 0.38 49.75 1 0.31
Hex 9E 83 0 0 11 64 26 32 64 1F
Octal 236 203 0 0 21 144 46 62 144 37
Binary 10011110 10000011 0 0 10001 1100100 100110 110010 1100100 11111

Color Harmonies of #9E8300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8300

Black with #9E8300

Text Example


Text Example

White with #9E8300

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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