#998a16

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

Shades of Hacienda #998A16

Tints of Hacienda #998A16

Color information

#998A16 (or 0x998A16) is unknown color: approx Hacienda. HEX triplet: 99, 8A and 16. RGB value is (153,138,22). Sum of RGB (Red+Green+Blue) = 153+138+22=313 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.88% from 313); Green value is 138 (54.30% from 255 or 44.09% from 313); Blue value is 22 (8.98% from 255 or 7.03% from 313); Max value from RGB is 153 - color contains mainly: red. Hex color #998A16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998A16 is #6675E9. Grayscale: #818181. Windows color (decimal): -6714858 or 1477273. OLE color: 1477273.

HSL color Cylindrical-coordinate representation of color #998A16: hue angle of 53.13º 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 #998A16 is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.4.

Color convert

RGB15313822-
CMYK00.100.860.4
HSL53.13º74.86%34.31%-
HSV(B)53.13º85.62%60%-
XYZ22.3725.014.41-
YUV129.2667.47144.93-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.88%
GREEN value IS 138 (54.30% from 255) = 44.09%
BLUE value IS 22 (8.98% from 255) = 7.03%
R=48.88%
G=44.09%
B=7.03%

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
Decimal1531382200.100.860.453.1374.8634.31
Hex998A160A5628354b22
Octal23121226012126506511342
Binary1001100110001010101100101010101101010001101011001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998a16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998a16; }

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

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

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

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

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

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

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

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