#82955D

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

Shades of Highland #82955D

Tints of Highland #82955D

Color information

#82955D (or 0x82955D) is unknown color: approx Highland. HEX triplet: 82, 95 and 5D. RGB value is (130,149,93). Sum of RGB (Red+Green+Blue) = 130+149+93=372 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.95% from 372); Green value is 149 (58.59% from 255 or 40.05% from 372); Blue value is 93 (36.72% from 255 or 25% from 372); Max value from RGB is 149 - color contains mainly: green. Hex color #82955D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82955D is #7D6AA2. Grayscale: #898989. Windows color (decimal): -8219299 or 6133122. OLE color: 6133122.

HSL color Cylindrical-coordinate representation of color #82955D: hue angle of 80.36º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #82955D is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB13014993-
CMYK0.1300.380.42
HSL80.36º23.14%47.45%-
HSV(B)80.36º37.58%58.43%-
XYZ21.9327.0314.42-
YUV136.94103.21123.05-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.95%
GREEN value IS 149 (58.59% from 255) = 40.05%
BLUE value IS 93 (36.72% from 255) = 25%
R=34.95%
G=40.05%
B=25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal130149930.1300.380.4280.3623.1447.45
Hex82955DD0262A50172f
Octal20222513515046521202757
Binary1000001010010101101110111010100110101010101000010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82955D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82955D; }

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

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

<style>
 a { background-color: #82955D; }

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

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

<style>
 span { border-color: #82955D; }

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

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