#84956A

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

Shades of Highland #84956A

Tints of Highland #84956A

Color information

#84956A (or 0x84956A) is unknown color: approx Highland. HEX triplet: 84, 95 and 6A. RGB value is (132,149,106). Sum of RGB (Red+Green+Blue) = 132+149+106=387 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.11% from 387); Green value is 149 (58.59% from 255 or 38.50% from 387); Blue value is 106 (41.80% from 255 or 27.39% from 387); Max value from RGB is 149 - color contains mainly: green. Hex color #84956A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84956A is #7B6A95. Grayscale: #8B8B8B. Windows color (decimal): -8088214 or 6985092. OLE color: 6985092.

HSL color Cylindrical-coordinate representation of color #84956A: hue angle of 83.72º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #84956A is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB132149106-
CMYK0.1100.290.42
HSL83.72º16.86%50%-
HSV(B)83.72º28.86%58.43%-
XYZ22.8627.4417.73-
YUV139.01109.37123-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.11%
GREEN value IS 149 (58.59% from 255) = 38.50%
BLUE value IS 106 (41.80% from 255) = 27.39%
R=34.11%
G=38.50%
B=27.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1321491060.1100.290.4283.7216.8650
Hex84956AB01D2A541132
Octal20422515213035521242162
Binary100001001001010111010101011011101101010101010010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84956A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84956A; }

 p { color: rgb(132,149,106); }

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

<style>
 a { background-color: #84956A; }

 a { background-color: rgb(132,149,106); }

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

<style>
 span { border-color: #84956A; }

 span { border-color: rgb(132,149,106); }

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