#978812

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

Shades of Hacienda #978812

Tints of Hacienda #978812

Color information

#978812 (or 0x978812) is unknown color: approx Hacienda. HEX triplet: 97, 88 and 12. RGB value is (151,136,18). Sum of RGB (Red+Green+Blue) = 151+136+18=305 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.51% from 305); Green value is 136 (53.52% from 255 or 44.59% from 305); Blue value is 18 (7.42% from 255 or 5.90% from 305); Max value from RGB is 151 - color contains mainly: red. Hex color #978812 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #978812 is #6877ED. Grayscale: #7F7F7F. Windows color (decimal): -6846446 or 1214615. OLE color: 1214615.

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

Color convert

RGB15113618-
CMYK00.100.880.41
HSL53.23º78.7%33.14%-
HSV(B)53.23º88.08%59.22%-
XYZ21.6824.234.11-
YUV127.0366.47145.09-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 49.51%
GREEN value IS 136 (53.52% from 255) = 44.59%
BLUE value IS 18 (7.42% from 255) = 5.90%
R=49.51%
G=44.59%
B=5.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.88
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511361800.100.880.4153.2378.733.14
Hex9788120A5829354f21
Octal22721022012130516511741
Binary1001011110001000100100101010110001010011101011001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978812; }

 p { color: rgb(151,136,18); }

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

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

 a { background-color: rgb(151,136,18); }

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

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

 span { border-color: rgb(151,136,18); }

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