Html Css Color HEX #9E8900 Dark Goldenrod

📋 copy color: '#9E8900'

red 158 ◦ green 137 ◦ blue 0

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

Shades of Dark Goldenrod #9E8900

Tints of Dark Goldenrod #9E8900

RGB

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

 GREEN value IS 137 (53.91% from 255) = 46.44%

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

R = 53.56%
G = 46.44%
B = 0%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1

 K value IS 0.38

RGB Variations

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

Color information

#9E8900 (or 0x9E8900) is known color: Dark Goldenrod. HEX triplet: 9E, 89 and 00. RGB value is (158,137,0). Sum of RGB (Red+Green+Blue) = 158+137+0=295 (39% of max value = 765). Red value is 158 (62.11% from 255 or 53.56% from 295); Green value is 137 (53.91% from 255 or 46.44% from 295); Blue value is 0 (0.39% from 255 or 0% from 295); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8900 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E8900 is #6176FF. Grayscale: #808080. Windows color (decimal): -6387456 or 35230. OLE color: 35230.

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

Color convert

RGB 158 137 0 -
CMYK 0 0.13 1 0.38
HSL 52.03º 1% 0.31% -
HSV(B) 52.03º 1% 0.62% -
XYZ 23.05 25.16 3.64 -
YUV 127.66 55.96 149.64 -
System Red Green Blue C M Y K H S L
Decimal 158 137 0 0 0.13 1 0.38 52.03 1 0.31
Hex 9E 89 0 0 D 64 26 34 64 1F
Octal 236 211 0 0 15 144 46 64 144 37
Binary 10011110 10001001 0 0 1101 1100100 100110 110100 1100100 11111

Color Harmonies of #9E8900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8900

Black with #9E8900

Text Example


Text Example

White with #9E8900

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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