#998018

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

Shades of Hacienda #998018

Tints of Hacienda #998018

Color information

#998018 (or 0x998018) is unknown color: approx Hacienda. HEX triplet: 99, 80 and 18. RGB value is (153,128,24). Sum of RGB (Red+Green+Blue) = 153+128+24=305 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.16% from 305); Green value is 128 (50.39% from 255 or 41.97% from 305); Blue value is 24 (9.77% from 255 or 7.87% from 305); Max value from RGB is 153 - color contains mainly: red. Hex color #998018 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998018 is #667FE7. Grayscale: #7C7C7C. Windows color (decimal): -6717416 or 1605785. OLE color: 1605785.

HSL color Cylindrical-coordinate representation of color #998018: hue angle of 48.37º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #998018 is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.4.

Color convert

RGB15312824-
CMYK00.160.840.4
HSL48.37º72.88%34.71%-
HSV(B)48.37º84.31%60%-
XYZ21.0222.284.06-
YUV123.6271.78148.96-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.16%
GREEN value IS 128 (50.39% from 255) = 41.97%
BLUE value IS 24 (9.77% from 255) = 7.87%
R=50.16%
G=41.97%
B=7.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.84
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531282400.160.840.448.3772.8834.71
Hex9980180105428304923
Octal23120030020124506011143
Binary10011001100000001100001000010101001010001100001001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998018; }

 p { color: rgb(153,128,24); }

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

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

 a { background-color: rgb(153,128,24); }

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

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

 span { border-color: rgb(153,128,24); }

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