#988024

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

Shades of Hacienda #988024

Tints of Hacienda #988024

Color information

#988024 (or 0x988024) is unknown color: approx Hacienda. HEX triplet: 98, 80 and 24. RGB value is (152,128,36). Sum of RGB (Red+Green+Blue) = 152+128+36=316 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.10% from 316); Green value is 128 (50.39% from 255 or 40.51% from 316); Blue value is 36 (14.45% from 255 or 11.39% from 316); Max value from RGB is 152 - color contains mainly: red. Hex color #988024 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988024 is #677FDB. Grayscale: #7D7D7D. Windows color (decimal): -6782940 or 2392216. OLE color: 2392216.

HSL color Cylindrical-coordinate representation of color #988024: hue angle of 47.59º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #988024 is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.40.

Color convert

RGB15212836-
CMYK00.160.760.40
HSL47.59º61.7%36.86%-
HSV(B)47.59º76.32%59.61%-
XYZ20.9922.244.86-
YUV124.6977.95147.48-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.10%
GREEN value IS 128 (50.39% from 255) = 40.51%
BLUE value IS 36 (14.45% from 255) = 11.39%
R=48.10%
G=40.51%
B=11.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.76
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521283600.160.760.4047.5961.736.86
Hex9880240104C28303e25
Octal2302004402011450607645
Binary10011000100000001001000100001001100101000110000111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988024; }

 p { color: rgb(152,128,36); }

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

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

 a { background-color: rgb(152,128,36); }

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

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

 span { border-color: rgb(152,128,36); }

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