#998008

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

Shades of Hacienda #998008

Tints of Hacienda #998008

Color information

#998008 (or 0x998008) is unknown color: approx Hacienda. HEX triplet: 99, 80 and 08. RGB value is (153,128,8). Sum of RGB (Red+Green+Blue) = 153+128+8=289 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.94% from 289); Green value is 128 (50.39% from 255 or 44.29% from 289); Blue value is 8 (3.52% from 255 or 2.77% from 289); Max value from RGB is 153 - color contains mainly: red. Hex color #998008 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998008 is #667FF7. Grayscale: #7A7A7A. Windows color (decimal): -6717432 or 557209. OLE color: 557209.

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

Color convert

RGB1531288-
CMYK00.160.950.4
HSL49.66º90.06%31.57%-
HSV(B)49.66º94.77%60%-
XYZ20.922.233.42-
YUV121.863.78150.26-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.94%
GREEN value IS 128 (50.39% from 255) = 44.29%
BLUE value IS 8 (3.52% from 255) = 2.77%
R=52.94%
G=44.29%
B=2.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.95
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153128800.160.950.449.6690.0631.57
Hex998080105F28325a20
Octal23120010020137506213240
Binary1001100110000000100001000010111111010001100101011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998008; }

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

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

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

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

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

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

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

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