#9F8812

Color #9F8812 Hacienda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hacienda #9F8812

Tints of Hacienda #9F8812

Color information

#9F8812 (or 0x9F8812) is unknown color: approx Hacienda. HEX triplet: 9F, 88 and 12. RGB value is (159,136,18). Sum of RGB (Red+Green+Blue) = 159+136+18=313 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.80% from 313); Green value is 136 (53.52% from 255 or 43.45% from 313); Blue value is 18 (7.42% from 255 or 5.75% from 313); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8812 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F8812 is #6077ED. Grayscale: #818181. Windows color (decimal): -6322158 or 1214623. OLE color: 1214623.

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

Color convert

RGB15913618-
CMYK00.140.890.38
HSL50.21º79.66%34.71%-
HSV(B)50.21º88.68%62.35%-
XYZ23.2125.024.18-
YUV129.4265.12149.09-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 50.80%
GREEN value IS 136 (53.52% from 255) = 43.45%
BLUE value IS 18 (7.42% from 255) = 5.75%
R=50.80%
G=43.45%
B=5.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.89
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591361800.140.890.3850.2179.6634.71
Hex9F88120E5926325023
Octal23721022016131466212043
Binary1001111110001000100100111010110011001101100101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9F8812;
 }
 .AnyTagClassName
 {
   color: #9F8812;
 }
</style>
background-color css

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

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

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

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

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

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