Html Css Color HEX #9F8200 Dark Goldenrod

📋 copy color: '#9F8200'

red 159 ◦ green 130 ◦ blue 0

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

Shades of Dark Goldenrod #9F8200

Tints of Dark Goldenrod #9F8200

RGB

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

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

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

R = 55.02%
G = 44.98%
B = 0%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1

 K value IS 0.38

RGB Variations

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

Color information

#9F8200 (or 0x9F8200) is known color: Dark Goldenrod. HEX triplet: 9F, 82 and 00. RGB value is (159,130,0). Sum of RGB (Red+Green+Blue) = 159+130+0=289 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.02% from 289); Green value is 130 (51.17% from 255 or 44.98% from 289); Blue value is 0 (0.39% from 255 or 0% from 289); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F8200 is #607DFF. Grayscale: #7C7C7C. Windows color (decimal): -6323712 or 33439. OLE color: 33439.

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

Color convert

RGB 159 130 0 -
CMYK 0 0.18 1 0.38
HSL 49.06º 1% 0.31% -
HSV(B) 49.06º 1% 0.62% -
XYZ 22.28 23.34 3.33 -
YUV 123.85 58.11 153.07 -
System Red Green Blue C M Y K H S L
Decimal 159 130 0 0 0.18 1 0.38 49.06 1 0.31
Hex 9F 82 0 0 12 64 26 31 64 1F
Octal 237 202 0 0 22 144 46 61 144 37
Binary 10011111 10000010 0 0 10010 1100100 100110 110001 1100100 11111

Color Harmonies of #9F8200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8200

Black with #9F8200

Text Example


Text Example

White with #9F8200

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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