#998026

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

Shades of Hacienda #998026

Tints of Hacienda #998026

Color information

#998026 (or 0x998026) is unknown color: approx Hacienda. HEX triplet: 99, 80 and 26. RGB value is (153,128,38). Sum of RGB (Red+Green+Blue) = 153+128+38=319 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.96% from 319); Green value is 128 (50.39% from 255 or 40.13% from 319); Blue value is 38 (15.23% from 255 or 11.91% from 319); Max value from RGB is 153 - color contains mainly: red. Hex color #998026 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998026 is #667FD9. Grayscale: #7D7D7D. Windows color (decimal): -6717402 or 2523289. OLE color: 2523289.

HSL color Cylindrical-coordinate representation of color #998026: hue angle of 46.96º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #998026 is Cyan = 0, Magento = 0.16, Yellow = 0.75 and Black (K on CMYK) = 0.4.

Color convert

RGB15312838-
CMYK00.160.750.4
HSL46.96º60.21%37.45%-
HSV(B)46.96º75.16%60%-
XYZ21.2122.355.03-
YUV125.2178.78147.82-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.96%
GREEN value IS 128 (50.39% from 255) = 40.13%
BLUE value IS 38 (15.23% from 255) = 11.91%
R=47.96%
G=40.13%
B=11.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.75
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531283800.160.750.446.9660.2137.45
Hex9980260104B282f3c25
Octal2312004602011350577445
Binary10011001100000001001100100001001011101000101111111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998026; }

 p { color: rgb(153,128,38); }

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

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

 a { background-color: rgb(153,128,38); }

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

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

 span { border-color: rgb(153,128,38); }

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