#987A19

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

Shades of Hacienda #987A19

Tints of Hacienda #987A19

Color information

#987A19 (or 0x987A19) is unknown color: approx Hacienda. HEX triplet: 98, 7A and 19. RGB value is (152,122,25). Sum of RGB (Red+Green+Blue) = 152+122+25=299 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.84% from 299); Green value is 122 (48.05% from 255 or 40.80% from 299); Blue value is 25 (10.16% from 255 or 8.36% from 299); Max value from RGB is 152 - color contains mainly: red. Hex color #987A19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987A19 is #6785E6. Grayscale: #787878. Windows color (decimal): -6784487 or 1669784. OLE color: 1669784.

HSL color Cylindrical-coordinate representation of color #987A19: hue angle of 45.83º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #987A19 is Cyan = 0, Magento = 0.20, Yellow = 0.84 and Black (K on CMYK) = 0.40.

Color convert

RGB15212225-
CMYK00.200.840.40
HSL45.83º71.75%34.71%-
HSV(B)45.83º83.55%59.61%-
XYZ20.0820.663.85-
YUV119.9174.44150.89-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50.84%
GREEN value IS 122 (48.05% from 255) = 40.80%
BLUE value IS 25 (10.16% from 255) = 8.36%
R=50.84%
G=40.80%
B=8.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.84
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521222500.200.840.4045.8371.7534.71
Hex987A1901454282e4823
Octal23017231024124505611043
Binary1001100011110101100101010010101001010001011101001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987A19; }

 p { color: rgb(152,122,25); }

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

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

 a { background-color: rgb(152,122,25); }

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

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

 span { border-color: rgb(152,122,25); }

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