#988A11

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

Shades of Hacienda #988A11

Tints of Hacienda #988A11

Color information

#988A11 (or 0x988A11) is unknown color: approx Hacienda. HEX triplet: 98, 8A and 11. RGB value is (152,138,17). Sum of RGB (Red+Green+Blue) = 152+138+17=307 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.51% from 307); Green value is 138 (54.30% from 255 or 44.95% from 307); Blue value is 17 (7.03% from 255 or 5.54% from 307); Max value from RGB is 152 - color contains mainly: red. Hex color #988A11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988A11 is #6775EE. Grayscale: #808080. Windows color (decimal): -6780399 or 1149592. OLE color: 1149592.

HSL color Cylindrical-coordinate representation of color #988A11: hue angle of 53.78º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #988A11 is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.40.

Color convert

RGB15213817-
CMYK00.090.890.40
HSL53.78º79.88%33.14%-
HSV(B)53.78º88.82%59.61%-
XYZ22.1424.894.17-
YUV128.3965.14144.84-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.51%
GREEN value IS 138 (54.30% from 255) = 44.95%
BLUE value IS 17 (7.03% from 255) = 5.54%
R=49.51%
G=44.95%
B=5.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.89
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521381700.090.890.4053.7879.8833.14
Hex988A11095928365021
Octal23021221011131506612041
Binary1001100010001010100010100110110011010001101101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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