#829257

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

Shades of Highland #829257

Tints of Highland #829257

Color information

#829257 (or 0x829257) is unknown color: approx Highland. HEX triplet: 82, 92 and 57. RGB value is (130,146,87). Sum of RGB (Red+Green+Blue) = 130+146+87=363 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.81% from 363); Green value is 146 (57.42% from 255 or 40.22% from 363); Blue value is 87 (34.38% from 255 or 23.97% from 363); Max value from RGB is 146 - color contains mainly: green. Hex color #829257 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829257 is #7D6DA8. Grayscale: #868686. Windows color (decimal): -8220073 or 5739138. OLE color: 5739138.

HSL color Cylindrical-coordinate representation of color #829257: hue angle of 76.27º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #829257 is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.43.

Color convert

RGB13014687-
CMYK0.1100.400.43
HSL76.27º25.32%45.69%-
HSV(B)76.27º40.41%57.25%-
XYZ21.2125.9912.92-
YUV134.49101.2124.8-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.81%
GREEN value IS 146 (57.42% from 255) = 40.22%
BLUE value IS 87 (34.38% from 255) = 23.97%
R=35.81%
G=40.22%
B=23.97%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal130146870.1100.400.4376.2725.3245.69
Hex829257B0282B4c192e
Octal20222212713050531143156
Binary1000001010010010101011110110101000101011100110011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829257; }

 p { color: rgb(130,146,87); }

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

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

 a { background-color: rgb(130,146,87); }

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

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

 span { border-color: rgb(130,146,87); }

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