Html Css Color HEX #9F8911 Hacienda

📋 copy color: '#9F8911'

red 159 ◦ green 137 ◦ blue 17

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

Shades of Hacienda #9F8911

Tints of Hacienda #9F8911

RGB

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

 GREEN value IS 137 (53.91% from 255) = 43.77%

 BLUE value IS 17 (7.03% from 255) = 5.43%

R = 50.8%
G = 43.77%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#9F8911 (or 0x9F8911) is known color: Hacienda. HEX triplet: 9F, 89 and 11. RGB value is (159,137,17). Sum of RGB (Red+Green+Blue) = 159+137+17=313 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.80% from 313); Green value is 137 (53.91% from 255 or 43.77% from 313); Blue value is 17 (7.03% from 255 or 5.43% from 313); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8911 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F8911 is #6076EE. Grayscale: #828282. Windows color (decimal): -6321903 or 1149343. OLE color: 1149343.

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

Color convert

RGB 159 137 17 -
CMYK 0 0.14 0.89 0.38
HSL 50.7º 0.81% 0.35% -
HSV(B) 50.7º 0.89% 0.62% -
XYZ 23.34 25.3 4.18 -
YUV 129.9 64.29 148.76 -
System Red Green Blue C M Y K H S L
Decimal 159 137 17 0 0.14 0.89 0.38 50.7 0.81 0.35
Hex 9F 89 11 0 E 59 26 33 51 23
Octal 237 211 21 0 16 131 46 63 121 43
Binary 10011111 10001001 10001 0 1110 1011001 100110 110011 1010001 100011

Color Harmonies of #9F8911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8911

Black with #9F8911

Text Example


Text Example

White with #9F8911

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,137,17); }

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

background-color css

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

 a { background-color: rgb(159,137,17); }

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

border-color css

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

 span { border-color: rgb(159,137,17); }

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