#998916

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

Shades of Hacienda #998916

Tints of Hacienda #998916

Color information

#998916 (or 0x998916) is unknown color: approx Hacienda. HEX triplet: 99, 89 and 16. RGB value is (153,137,22). Sum of RGB (Red+Green+Blue) = 153+137+22=312 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.04% from 312); Green value is 137 (53.91% from 255 or 43.91% from 312); Blue value is 22 (8.98% from 255 or 7.05% from 312); Max value from RGB is 153 - color contains mainly: red. Hex color #998916 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998916 is #6676E9. Grayscale: #818181. Windows color (decimal): -6715114 or 1477017. OLE color: 1477017.

HSL color Cylindrical-coordinate representation of color #998916: hue angle of 52.67º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #998916 is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.4.

Color convert

RGB15313722-
CMYK00.100.860.4
HSL52.67º74.86%34.31%-
HSV(B)52.67º85.62%60%-
XYZ22.2324.724.36-
YUV128.6767.8145.35-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.04%
GREEN value IS 137 (53.91% from 255) = 43.91%
BLUE value IS 22 (8.98% from 255) = 7.05%
R=49.04%
G=43.91%
B=7.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.86
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531372200.100.860.452.6774.8634.31
Hex9989160A5628354b22
Octal23121126012126506511342
Binary1001100110001001101100101010101101010001101011001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998916; }

 p { color: rgb(153,137,22); }

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

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

 a { background-color: rgb(153,137,22); }

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

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

 span { border-color: rgb(153,137,22); }

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