Html Css Color HEX #9F8009 Hacienda

📋 copy color: '#9F8009'

red 159 ◦ green 128 ◦ blue 9

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

Shades of Hacienda #9F8009

Tints of Hacienda #9F8009

RGB

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

 GREEN value IS 128 (50.39% from 255) = 43.24%

 BLUE value IS 9 (3.91% from 255) = 3.04%

R = 53.72%
G = 43.24%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.94

 K value IS 0.38

RGB Variations

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

Color information

#9F8009 (or 0x9F8009) is known color: Hacienda. HEX triplet: 9F, 80 and 09. RGB value is (159,128,9). Sum of RGB (Red+Green+Blue) = 159+128+9=296 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.72% from 296); Green value is 128 (50.39% from 255 or 43.24% from 296); Blue value is 9 (3.91% from 255 or 3.04% from 296); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8009 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F8009 is #607FF6. Grayscale: #7C7C7C. Windows color (decimal): -6324215 or 622751. OLE color: 622751.

HSL color Cylindrical-coordinate representation of color #9F8009: hue angle of 47.6º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9F8009 is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 128 9 -
CMYK 0 0.19 0.94 0.38
HSL 47.6º 0.89% 0.33% -
HSV(B) 47.6º 0.94% 0.62% -
XYZ 22.07 22.83 3.5 -
YUV 123.7 63.27 153.18 -
System Red Green Blue C M Y K H S L
Decimal 159 128 9 0 0.19 0.94 0.38 47.6 0.89 0.33
Hex 9F 80 9 0 13 5E 26 30 59 21
Octal 237 200 11 0 23 136 46 60 131 41
Binary 10011111 10000000 1001 0 10011 1011110 100110 110000 1011001 100001

Color Harmonies of #9F8009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8009

Black with #9F8009

Text Example


Text Example

White with #9F8009

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,128,9); }

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

background-color css

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

 a { background-color: rgb(159,128,9); }

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

border-color css

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

 span { border-color: rgb(159,128,9); }

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