Html Css Color HEX #9F8008 Hacienda

📋 copy color: '#9F8008'

red 159 ◦ green 128 ◦ blue 8

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

Shades of Hacienda #9F8008

Tints of Hacienda #9F8008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.71%

R = 53.9%
G = 43.39%
B = 2.71%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.95

 K value IS 0.38

RGB Variations

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

Color information

#9F8008 (or 0x9F8008) is known color: Hacienda. HEX triplet: 9F, 80 and 08. RGB value is (159,128,8). Sum of RGB (Red+Green+Blue) = 159+128+8=295 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.90% from 295); Green value is 128 (50.39% from 255 or 43.39% from 295); Blue value is 8 (3.52% from 255 or 2.71% from 295); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8008 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F8008 is #607FF7. Grayscale: #7C7C7C. Windows color (decimal): -6324216 or 557215. OLE color: 557215.

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

Color convert

RGB 159 128 8 -
CMYK 0 0.19 0.95 0.38
HSL 47.68º 0.9% 0.33% -
HSV(B) 47.68º 0.95% 0.62% -
XYZ 22.06 22.83 3.47 -
YUV 123.59 62.77 153.26 -
System Red Green Blue C M Y K H S L
Decimal 159 128 8 0 0.19 0.95 0.38 47.68 0.9 0.33
Hex 9F 80 8 0 13 5F 26 30 5A 21
Octal 237 200 10 0 23 137 46 60 132 41
Binary 10011111 10000000 1000 0 10011 1011111 100110 110000 1011010 100001

Color Harmonies of #9F8008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8008

Black with #9F8008

Text Example


Text Example

White with #9F8008

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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