#829362

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

Shades of Highland #829362

Tints of Highland #829362

Color information

#829362 (or 0x829362) is unknown color: approx Highland. HEX triplet: 82, 93 and 62. RGB value is (130,147,98). Sum of RGB (Red+Green+Blue) = 130+147+98=375 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.67% from 375); Green value is 147 (57.81% from 255 or 39.2% from 375); Blue value is 98 (38.67% from 255 or 26.13% from 375); Max value from RGB is 147 - color contains mainly: green. Hex color #829362 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829362 is #7D6C9D. Grayscale: #888888. Windows color (decimal): -8219806 or 6460290. OLE color: 6460290.

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

Color convert

RGB13014798-
CMYK0.1200.330.42
HSL80.82º20%48.04%-
HSV(B)80.82º33.33%57.65%-
XYZ21.8426.515.52-
YUV136.33106.37123.48-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.67%
GREEN value IS 147 (57.81% from 255) = 39.2%
BLUE value IS 98 (38.67% from 255) = 26.13%
R=34.67%
G=39.2%
B=26.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal130147980.1200.330.4280.822048.04
Hex829362C0212A511430
Octal20222314214041521212460
Binary1000001010010011110001011000100001101010101000110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829362; }

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

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

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

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

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

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

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

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