#82956A

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

Shades of Highland #82956A

Tints of Highland #82956A

Color information

#82956A (or 0x82956A) is unknown color: approx Highland. HEX triplet: 82, 95 and 6A. RGB value is (130,149,106). Sum of RGB (Red+Green+Blue) = 130+149+106=385 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.77% from 385); Green value is 149 (58.59% from 255 or 38.70% from 385); Blue value is 106 (41.80% from 255 or 27.53% from 385); Max value from RGB is 149 - color contains mainly: green. Hex color #82956A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82956A is #7D6A95. Grayscale: #8A8A8A. Windows color (decimal): -8219286 or 6985090. OLE color: 6985090.

HSL color Cylindrical-coordinate representation of color #82956A: hue angle of 86.51º 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 #82956A is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB130149106-
CMYK0.1300.290.42
HSL86.51º16.86%50%-
HSV(B)86.51º28.86%58.43%-
XYZ22.5527.2817.71-
YUV138.42109.71122-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.77%
GREEN value IS 149 (58.59% from 255) = 38.70%
BLUE value IS 106 (41.80% from 255) = 27.53%
R=33.77%
G=38.70%
B=27.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1301491060.1300.290.4286.5116.8650
Hex82956AD01D2A571132
Octal20222515215035521272162
Binary100000101001010111010101101011101101010101011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82956A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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