#987E12

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

Shades of Hacienda #987E12

Tints of Hacienda #987E12

Color information

#987E12 (or 0x987E12) is unknown color: approx Hacienda. HEX triplet: 98, 7E and 12. RGB value is (152,126,18). Sum of RGB (Red+Green+Blue) = 152+126+18=296 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.35% from 296); Green value is 126 (49.61% from 255 or 42.57% from 296); Blue value is 18 (7.42% from 255 or 6.08% from 296); Max value from RGB is 152 - color contains mainly: red. Hex color #987E12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987E12 is #6781ED. Grayscale: #797979. Windows color (decimal): -6783470 or 1212056. OLE color: 1212056.

HSL color Cylindrical-coordinate representation of color #987E12: hue angle of 48.36º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #987E12 is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.40.

Color convert

RGB15212618-
CMYK00.170.880.40
HSL48.36º78.82%33.33%-
HSV(B)48.36º88.16%59.61%-
XYZ20.5221.643.67-
YUV121.4669.61149.78-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.35%
GREEN value IS 126 (49.61% from 255) = 42.57%
BLUE value IS 18 (7.42% from 255) = 6.08%
R=51.35%
G=42.57%
B=6.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.88
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521261800.170.880.4048.3678.8233.33
Hex987E120115828304f21
Octal23017622021130506011741
Binary1001100011111101001001000110110001010001100001001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,126,18); }

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

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

 a { background-color: rgb(152,126,18); }

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

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

 span { border-color: rgb(152,126,18); }

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