#988212

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

Shades of Hacienda #988212

Tints of Hacienda #988212

Color information

#988212 (or 0x988212) is unknown color: approx Hacienda. HEX triplet: 98, 82 and 12. RGB value is (152,130,18). Sum of RGB (Red+Green+Blue) = 152+130+18=300 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.67% from 300); Green value is 130 (51.17% from 255 or 43.33% from 300); Blue value is 18 (7.42% from 255 or 6% from 300); Max value from RGB is 152 - color contains mainly: red. Hex color #988212 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988212 is #677DED. Grayscale: #7C7C7C. Windows color (decimal): -6782446 or 1213080. OLE color: 1213080.

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

Color convert

RGB15213018-
CMYK00.140.880.40
HSL50.15º78.82%33.33%-
HSV(B)50.15º88.16%59.61%-
XYZ21.0422.683.84-
YUV123.8168.29148.11-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50.67%
GREEN value IS 130 (51.17% from 255) = 43.33%
BLUE value IS 18 (7.42% from 255) = 6%
R=50.67%
G=43.33%
B=6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.88
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521301800.140.880.4050.1578.8233.33
Hex9882120E5828324f21
Octal23020222016130506211741
Binary1001100010000010100100111010110001010001100101001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988212; }

 p { color: rgb(152,130,18); }

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

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

 a { background-color: rgb(152,130,18); }

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

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

 span { border-color: rgb(152,130,18); }

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