#987B12

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

Shades of Hacienda #987B12

Tints of Hacienda #987B12

Color information

#987B12 (or 0x987B12) is unknown color: approx Hacienda. HEX triplet: 98, 7B and 12. RGB value is (152,123,18). Sum of RGB (Red+Green+Blue) = 152+123+18=293 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.88% from 293); Green value is 123 (48.44% from 255 or 41.98% from 293); Blue value is 18 (7.42% from 255 or 6.14% from 293); Max value from RGB is 152 - color contains mainly: red. Hex color #987B12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987B12 is #6784ED. Grayscale: #787878. Windows color (decimal): -6784238 or 1211288. OLE color: 1211288.

HSL color Cylindrical-coordinate representation of color #987B12: hue angle of 47.01º 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 #987B12 is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.40.

Color convert

RGB15212318-
CMYK00.190.880.40
HSL47.01º78.82%33.33%-
HSV(B)47.01º88.16%59.61%-
XYZ20.1420.883.54-
YUV119.770.61151.04-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.88%
GREEN value IS 123 (48.44% from 255) = 41.98%
BLUE value IS 18 (7.42% from 255) = 6.14%
R=51.88%
G=41.98%
B=6.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.88
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521231800.190.880.4047.0178.8233.33
Hex987B1201358282f4f21
Octal23017322023130505711741
Binary1001100011110111001001001110110001010001011111001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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