#82965F

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

Shades of Highland #82965F

Tints of Highland #82965F

Color information

#82965F (or 0x82965F) is unknown color: approx Highland. HEX triplet: 82, 96 and 5F. RGB value is (130,150,95). Sum of RGB (Red+Green+Blue) = 130+150+95=375 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.67% from 375); Green value is 150 (58.98% from 255 or 40% from 375); Blue value is 95 (37.5% from 255 or 25.33% from 375); Max value from RGB is 150 - color contains mainly: green. Hex color #82965F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82965F is #7D69A0. Grayscale: #898989. Windows color (decimal): -8219041 or 6264450. OLE color: 6264450.

HSL color Cylindrical-coordinate representation of color #82965F: hue angle of 81.82º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #82965F is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB13015095-
CMYK0.1300.370.41
HSL81.82º22.45%48.04%-
HSV(B)81.82º36.67%58.82%-
XYZ22.1827.3814.94-
YUV137.75103.87122.47-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.67%
GREEN value IS 150 (58.98% from 255) = 40%
BLUE value IS 95 (37.5% from 255) = 25.33%
R=34.67%
G=40%
B=25.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal130150950.1300.370.4181.8222.4548.04
Hex82965FD02529521630
Octal20222613715045511222660
Binary1000001010010110101111111010100101101001101001010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82965F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82965F; }

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

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

<style>
 a { background-color: #82965F; }

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

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

<style>
 span { border-color: #82965F; }

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

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