#829356

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

Shades of Highland #829356

Tints of Highland #829356

Color information

#829356 (or 0x829356) is unknown color: approx Highland. HEX triplet: 82, 93 and 56. RGB value is (130,147,86). Sum of RGB (Red+Green+Blue) = 130+147+86=363 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.81% from 363); Green value is 147 (57.81% from 255 or 40.50% from 363); Blue value is 86 (33.98% from 255 or 23.69% from 363); Max value from RGB is 147 - color contains mainly: green. Hex color #829356 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829356 is #7D6CA9. Grayscale: #878787. Windows color (decimal): -8219818 or 5673858. OLE color: 5673858.

HSL color Cylindrical-coordinate representation of color #829356: hue angle of 76.72º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #829356 is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB13014786-
CMYK0.1200.410.42
HSL76.72º26.18%45.69%-
HSV(B)76.72º41.5%57.65%-
XYZ21.3226.2912.75-
YUV134.96100.37124.46-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.81%
GREEN value IS 147 (57.81% from 255) = 40.50%
BLUE value IS 86 (33.98% from 255) = 23.69%
R=35.81%
G=40.50%
B=23.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal130147860.1200.410.4276.7226.1845.69
Hex829356C0292A4d1a2e
Octal20222312614051521153256
Binary1000001010010011101011011000101001101010100110111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829356; }

 p { color: rgb(130,147,86); }

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

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

 a { background-color: rgb(130,147,86); }

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

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

 span { border-color: rgb(130,147,86); }

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