Html Css Color HEX #9F8912 Hacienda

📋 copy color: '#9F8912'

red 159 ◦ green 137 ◦ blue 18

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

Shades of Hacienda #9F8912

Tints of Hacienda #9F8912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.73%

R = 50.64%
G = 43.63%
B = 5.73%

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

#9F8912 (or 0x9F8912) is known color: Hacienda. HEX triplet: 9F, 89 and 12. RGB value is (159,137,18). Sum of RGB (Red+Green+Blue) = 159+137+18=314 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.64% from 314); Green value is 137 (53.91% from 255 or 43.63% from 314); Blue value is 18 (7.42% from 255 or 5.73% from 314); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8912 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F8912 is #6076ED. Grayscale: #828282. Windows color (decimal): -6321902 or 1214879. OLE color: 1214879.

HSL color Cylindrical-coordinate representation of color #9F8912: hue angle of 50.64º degrees, saturation: 0.8, 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 #9F8912 is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 137 18 -
CMYK 0 0.14 0.89 0.38
HSL 50.64º 0.8% 0.35% -
HSV(B) 50.64º 0.89% 0.62% -
XYZ 23.35 25.31 4.23 -
YUV 130.01 64.79 148.68 -
System Red Green Blue C M Y K H S L
Decimal 159 137 18 0 0.14 0.89 0.38 50.64 0.8 0.35
Hex 9F 89 12 0 E 59 26 33 50 23
Octal 237 211 22 0 16 131 46 63 120 43
Binary 10011111 10001001 10010 0 1110 1011001 100110 110011 1010000 100011

Color Harmonies of #9F8912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8912

Black with #9F8912

Text Example


Text Example

White with #9F8912

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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