#988A12

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

Shades of Hacienda #988A12

Tints of Hacienda #988A12

Color information

#988A12 (or 0x988A12) is unknown color: approx Hacienda. HEX triplet: 98, 8A and 12. RGB value is (152,138,18). Sum of RGB (Red+Green+Blue) = 152+138+18=308 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.35% from 308); Green value is 138 (54.30% from 255 or 44.81% from 308); Blue value is 18 (7.42% from 255 or 5.84% from 308); Max value from RGB is 152 - color contains mainly: red. Hex color #988A12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988A12 is #6775ED. Grayscale: #818181. Windows color (decimal): -6780398 or 1215128. OLE color: 1215128.

HSL color Cylindrical-coordinate representation of color #988A12: hue angle of 53.73º 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 #988A12 is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.40.

Color convert

RGB15213818-
CMYK00.090.880.40
HSL53.73º78.82%33.33%-
HSV(B)53.73º88.16%59.61%-
XYZ22.1524.94.21-
YUV128.5165.64144.76-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.35%
GREEN value IS 138 (54.30% from 255) = 44.81%
BLUE value IS 18 (7.42% from 255) = 5.84%
R=49.35%
G=44.81%
B=5.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.88
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521381800.090.880.4053.7378.8233.33
Hex988A12095828364f21
Octal23021222011130506611741
Binary1001100010001010100100100110110001010001101101001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988A12; }

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

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

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

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

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

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

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

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