#84986C

Color #84986C Highland (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Highland #84986C

Tints of Highland #84986C

Color information

#84986C (or 0x84986C) is unknown color: approx Highland. HEX triplet: 84, 98 and 6C. RGB value is (132,152,108). Sum of RGB (Red+Green+Blue) = 132+152+108=392 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.67% from 392); Green value is 152 (59.77% from 255 or 38.78% from 392); Blue value is 108 (42.58% from 255 or 27.55% from 392); Max value from RGB is 152 - color contains mainly: green. Hex color #84986C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84986C is #7B6793. Grayscale: #8D8D8D. Windows color (decimal): -8087444 or 7116932. OLE color: 7116932.

HSL color Cylindrical-coordinate representation of color #84986C: hue angle of 87.27º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #84986C is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB132152108-
CMYK0.1300.290.40
HSL87.27º17.6%50.98%-
HSV(B)87.27º28.95%59.61%-
XYZ23.4528.4418.44-
YUV141109.37121.58-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.67%
GREEN value IS 152 (59.77% from 255) = 38.78%
BLUE value IS 108 (42.58% from 255) = 27.55%
R=33.67%
G=38.78%
B=27.55%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1321521080.1300.290.4087.2717.650.98
Hex84986CD01D28571233
Octal20423015415035501272263
Binary100001001001100011011001101011101101000101011110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84986C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84986C; }

 p { color: rgb(132,152,108); }

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

<style>
 a { background-color: #84986C; }

 a { background-color: rgb(132,152,108); }

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

<style>
 span { border-color: #84986C; }

 span { border-color: rgb(132,152,108); }

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