Html Css Color HEX #9F8800 Dark Goldenrod

📋 copy color: '#9F8800'

red 159 ◦ green 136 ◦ blue 0

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

Shades of Dark Goldenrod #9F8800

Tints of Dark Goldenrod #9F8800

RGB

 RED value IS 159 (62.5% from 255) = 53.9%

 GREEN value IS 136 (53.52% from 255) = 46.1%

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

R = 53.9%
G = 46.1%
B = 0%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1

 K value IS 0.38

RGB Variations

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

Color information

#9F8800 (or 0x9F8800) is known color: Dark Goldenrod. HEX triplet: 9F, 88 and 00. RGB value is (159,136,0). Sum of RGB (Red+Green+Blue) = 159+136+0=295 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.90% from 295); Green value is 136 (53.52% from 255 or 46.10% from 295); Blue value is 0 (0.39% from 255 or 0% from 295); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8800 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F8800 is #6077FF. Grayscale: #7F7F7F. Windows color (decimal): -6322176 or 34975. OLE color: 34975.

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

Color convert

RGB 159 136 0 -
CMYK 0 0.14 1 0.38
HSL 51.32º 1% 0.31% -
HSV(B) 51.32º 1% 0.62% -
XYZ 23.1 24.98 3.6 -
YUV 127.37 56.12 150.56 -
System Red Green Blue C M Y K H S L
Decimal 159 136 0 0 0.14 1 0.38 51.32 1 0.31
Hex 9F 88 0 0 E 64 26 33 64 1F
Octal 237 210 0 0 16 144 46 63 144 37
Binary 10011111 10001000 0 0 1110 1100100 100110 110011 1100100 11111

Color Harmonies of #9F8800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8800

Black with #9F8800

Text Example


Text Example

White with #9F8800

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,136,0); }

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

background-color css

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

 a { background-color: rgb(159,136,0); }

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

border-color css

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

 span { border-color: rgb(159,136,0); }

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