#987A20

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

Shades of Hacienda #987A20

Tints of Hacienda #987A20

Color information

#987A20 (or 0x987A20) is unknown color: approx Hacienda. HEX triplet: 98, 7A and 20. RGB value is (152,122,32). Sum of RGB (Red+Green+Blue) = 152+122+32=306 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.67% from 306); Green value is 122 (48.05% from 255 or 39.87% from 306); Blue value is 32 (12.89% from 255 or 10.46% from 306); Max value from RGB is 152 - color contains mainly: red. Hex color #987A20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987A20 is #6785DF. Grayscale: #797979. Windows color (decimal): -6784480 or 2128536. OLE color: 2128536.

HSL color Cylindrical-coordinate representation of color #987A20: hue angle of 45º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #987A20 is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.40.

Color convert

RGB15212232-
CMYK00.200.790.40
HSL45º65.22%36.08%-
HSV(B)45º78.95%59.61%-
XYZ20.1720.74.3-
YUV120.7177.94150.32-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.67%
GREEN value IS 122 (48.05% from 255) = 39.87%
BLUE value IS 32 (12.89% from 255) = 10.46%
R=49.67%
G=39.87%
B=10.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.79
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521223200.200.790.404565.2236.08
Hex987A200144F282d4124
Octal23017240024117505510144
Binary10011000111101010000001010010011111010001011011000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987A20; }

 p { color: rgb(152,122,32); }

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

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

 a { background-color: rgb(152,122,32); }

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

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

 span { border-color: rgb(152,122,32); }

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