#988217

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

Shades of Hacienda #988217

Tints of Hacienda #988217

Color information

#988217 (or 0x988217) is unknown color: approx Hacienda. HEX triplet: 98, 82 and 17. RGB value is (152,130,23). Sum of RGB (Red+Green+Blue) = 152+130+23=305 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.84% from 305); Green value is 130 (51.17% from 255 or 42.62% from 305); Blue value is 23 (9.38% from 255 or 7.54% from 305); Max value from RGB is 152 - color contains mainly: red. Hex color #988217 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988217 is #677DE8. Grayscale: #7C7C7C. Windows color (decimal): -6782441 or 1540760. OLE color: 1540760.

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

Color convert

RGB15213023-
CMYK00.140.850.40
HSL49.77º73.71%34.31%-
HSV(B)49.77º84.87%59.61%-
XYZ21.0922.74.08-
YUV124.3870.79147.7-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.84%
GREEN value IS 130 (51.17% from 255) = 42.62%
BLUE value IS 23 (9.38% from 255) = 7.54%
R=49.84%
G=42.62%
B=7.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.85
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521302300.140.850.4049.7773.7134.31
Hex9882170E5528324a22
Octal23020227016125506211242
Binary1001100010000010101110111010101011010001100101001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988217; }

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

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

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

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

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

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

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

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