Html Css Color HEX #9F8500 Dark Goldenrod

📋 copy color: '#9F8500'

red 159 ◦ green 133 ◦ blue 0

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

Shades of Dark Goldenrod #9F8500

Tints of Dark Goldenrod #9F8500

RGB

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

 GREEN value IS 133 (52.34% from 255) = 45.55%

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

R = 54.45%
G = 45.55%
B = 0%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1

 K value IS 0.38

RGB Variations

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

Color information

#9F8500 (or 0x9F8500) is known color: Dark Goldenrod. HEX triplet: 9F, 85 and 00. RGB value is (159,133,0). Sum of RGB (Red+Green+Blue) = 159+133+0=292 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.45% from 292); Green value is 133 (52.34% from 255 or 45.55% from 292); Blue value is 0 (0.39% from 255 or 0% from 292); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8500 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F8500 is #607AFF. Grayscale: #7E7E7E. Windows color (decimal): -6322944 or 34207. OLE color: 34207.

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

Color convert

RGB 159 133 0 -
CMYK 0 0.16 1 0.38
HSL 50.19º 1% 0.31% -
HSV(B) 50.19º 1% 0.62% -
XYZ 22.69 24.15 3.46 -
YUV 125.61 57.11 151.81 -
System Red Green Blue C M Y K H S L
Decimal 159 133 0 0 0.16 1 0.38 50.19 1 0.31
Hex 9F 85 0 0 10 64 26 32 64 1F
Octal 237 205 0 0 20 144 46 62 144 37
Binary 10011111 10000101 0 0 10000 1100100 100110 110010 1100100 11111

Color Harmonies of #9F8500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8500

Black with #9F8500

Text Example


Text Example

White with #9F8500

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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