#82966E

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

Shades of Highland #82966E

Tints of Highland #82966E

Color information

#82966E (or 0x82966E) is unknown color: approx Highland. HEX triplet: 82, 96 and 6E. RGB value is (130,150,110). Sum of RGB (Red+Green+Blue) = 130+150+110=390 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.33% from 390); Green value is 150 (58.98% from 255 or 38.46% from 390); Blue value is 110 (43.36% from 255 or 28.21% from 390); Max value from RGB is 150 - color contains mainly: green. Hex color #82966E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82966E is #7D6991. Grayscale: #8B8B8B. Windows color (decimal): -8219026 or 7247490. OLE color: 7247490.

HSL color Cylindrical-coordinate representation of color #82966E: hue angle of 90º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #82966E is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB130150110-
CMYK0.1300.270.41
HSL90º16%50.98%-
HSV(B)90º26.67%58.82%-
XYZ22.9327.6818.89-
YUV139.46111.37121.25-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.33%
GREEN value IS 150 (58.98% from 255) = 38.46%
BLUE value IS 110 (43.36% from 255) = 28.21%
R=33.33%
G=38.46%
B=28.21%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1301501100.1300.270.41901650.98
Hex82966ED01B295a1033
Octal20222615615033511322063
Binary100000101001011011011101101011011101001101101010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82966E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82966E; }

 p { color: rgb(130,150,110); }

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

<style>
 a { background-color: #82966E; }

 a { background-color: rgb(130,150,110); }

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

<style>
 span { border-color: #82966E; }

 span { border-color: rgb(130,150,110); }

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