#987C08

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

Shades of Hacienda #987C08

Tints of Hacienda #987C08

Color information

#987C08 (or 0x987C08) is unknown color: approx Hacienda. HEX triplet: 98, 7C and 08. RGB value is (152,124,8). Sum of RGB (Red+Green+Blue) = 152+124+8=284 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.52% from 284); Green value is 124 (48.83% from 255 or 43.66% from 284); Blue value is 8 (3.52% from 255 or 2.82% from 284); Max value from RGB is 152 - color contains mainly: red. Hex color #987C08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987C08 is #6783F7. Grayscale: #777777. Windows color (decimal): -6783992 or 556184. OLE color: 556184.

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

Color convert

RGB1521248-
CMYK00.180.950.40
HSL48.33º90%31.37%-
HSV(B)48.33º94.74%59.61%-
XYZ20.221.113.24-
YUV119.1565.28151.43-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 53.52%
GREEN value IS 124 (48.83% from 255) = 43.66%
BLUE value IS 8 (3.52% from 255) = 2.82%
R=53.52%
G=43.66%
B=2.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.95
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152124800.180.950.4048.339031.37
Hex987C80125F28305a1f
Octal23017410022137506013237
Binary10011000111110010000100101011111101000110000101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,124,8); }

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

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

 a { background-color: rgb(152,124,8); }

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

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

 span { border-color: rgb(152,124,8); }

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