#987A05

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

Shades of Hacienda #987A05

Tints of Hacienda #987A05

Color information

#987A05 (or 0x987A05) is unknown color: approx Hacienda. HEX triplet: 98, 7A and 05. RGB value is (152,122,5). Sum of RGB (Red+Green+Blue) = 152+122+5=279 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.48% from 279); Green value is 122 (48.05% from 255 or 43.73% from 279); Blue value is 5 (2.34% from 255 or 1.79% from 279); Max value from RGB is 152 - color contains mainly: red. Hex color #987A05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987A05 is #6785FA. Grayscale: #767676. Windows color (decimal): -6784507 or 359064. OLE color: 359064.

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

Color convert

RGB1521225-
CMYK00.200.970.40
HSL47.76º93.63%30.78%-
HSV(B)47.76º96.71%59.61%-
XYZ19.9420.613.07-
YUV117.6364.44152.51-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 54.48%
GREEN value IS 122 (48.05% from 255) = 43.73%
BLUE value IS 5 (2.34% from 255) = 1.79%
R=54.48%
G=43.73%
B=1.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.97
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152122500.200.970.4047.7693.6330.78
Hex987A50146128305e1f
Octal2301725024141506013637
Binary1001100011110101010101001100001101000110000101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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