#978020

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

Shades of Hacienda #978020

Tints of Hacienda #978020

Color information

#978020 (or 0x978020) is unknown color: approx Hacienda. HEX triplet: 97, 80 and 20. RGB value is (151,128,32). Sum of RGB (Red+Green+Blue) = 151+128+32=311 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.55% from 311); Green value is 128 (50.39% from 255 or 41.16% from 311); Blue value is 32 (12.89% from 255 or 10.29% from 311); Max value from RGB is 151 - color contains mainly: red. Hex color #978020 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978020 is #687FDF. Grayscale: #7C7C7C. Windows color (decimal): -6848480 or 2130071. OLE color: 2130071.

HSL color Cylindrical-coordinate representation of color #978020: hue angle of 48.4º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #978020 is Cyan = 0, Magento = 0.15, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB15112832-
CMYK00.150.790.41
HSL48.4º65.03%35.88%-
HSV(B)48.4º78.81%59.22%-
XYZ20.7422.124.54-
YUV123.9376.12147.31-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 48.55%
GREEN value IS 128 (50.39% from 255) = 41.16%
BLUE value IS 32 (12.89% from 255) = 10.29%
R=48.55%
G=41.16%
B=10.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511283200.150.790.4148.465.0335.88
Hex9780200F4F29304124
Octal22720040017117516010144
Binary10010111100000001000000111110011111010011100001000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978020; }

 p { color: rgb(151,128,32); }

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

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

 a { background-color: rgb(151,128,32); }

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

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

 span { border-color: rgb(151,128,32); }

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