#82955A

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

Shades of Highland #82955A

Tints of Highland #82955A

Color information

#82955A (or 0x82955A) is unknown color: approx Highland. HEX triplet: 82, 95 and 5A. RGB value is (130,149,90). Sum of RGB (Red+Green+Blue) = 130+149+90=369 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.23% from 369); Green value is 149 (58.59% from 255 or 40.38% from 369); Blue value is 90 (35.55% from 255 or 24.39% from 369); Max value from RGB is 149 - color contains mainly: green. Hex color #82955A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82955A is #7D6AA5. Grayscale: #888888. Windows color (decimal): -8219302 or 5936514. OLE color: 5936514.

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

Color convert

RGB13014990-
CMYK0.1300.400.42
HSL79.32º24.69%46.86%-
HSV(B)79.32º39.6%58.43%-
XYZ21.826.9813.73-
YUV136.59101.71123.3-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.23%
GREEN value IS 149 (58.59% from 255) = 40.38%
BLUE value IS 90 (35.55% from 255) = 24.39%
R=35.23%
G=40.38%
B=24.39%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal130149900.1300.400.4279.3224.6946.86
Hex82955AD0282A4f192f
Octal20222513215050521173157
Binary1000001010010101101101011010101000101010100111111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82955A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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