#829155

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

Shades of Highland #829155

Tints of Highland #829155

Color information

#829155 (or 0x829155) is unknown color: approx Highland. HEX triplet: 82, 91 and 55. RGB value is (130,145,85). Sum of RGB (Red+Green+Blue) = 130+145+85=360 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.11% from 360); Green value is 145 (57.03% from 255 or 40.28% from 360); Blue value is 85 (33.59% from 255 or 23.61% from 360); Max value from RGB is 145 - color contains mainly: green. Hex color #829155 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829155 is #7D6EAA. Grayscale: #858585. Windows color (decimal): -8220331 or 5607810. OLE color: 5607810.

HSL color Cylindrical-coordinate representation of color #829155: hue angle of 75º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #829155 is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.43.

Color convert

RGB13014585-
CMYK0.1000.410.43
HSL75º26.09%45.1%-
HSV(B)75º41.38%56.86%-
XYZ20.9725.6512.44-
YUV133.67100.53125.38-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.11%
GREEN value IS 145 (57.03% from 255) = 40.28%
BLUE value IS 85 (33.59% from 255) = 23.61%
R=36.11%
G=40.28%
B=23.61%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal130145850.1000.410.437526.0945.1
Hex829155A0292B4b1a2d
Octal20222112512051531133255
Binary1000001010010001101010110100101001101011100101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829155; }

 p { color: rgb(130,145,85); }

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

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

 a { background-color: rgb(130,145,85); }

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

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

 span { border-color: rgb(130,145,85); }

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