#829263

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

Shades of Highland #829263

Tints of Highland #829263

Color information

#829263 (or 0x829263) is unknown color: approx Highland. HEX triplet: 82, 92 and 63. RGB value is (130,146,99). Sum of RGB (Red+Green+Blue) = 130+146+99=375 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.67% from 375); Green value is 146 (57.42% from 255 or 38.93% from 375); Blue value is 99 (39.06% from 255 or 26.4% from 375); Max value from RGB is 146 - color contains mainly: green. Hex color #829263 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829263 is #7D6D9C. Grayscale: #888888. Windows color (decimal): -8220061 or 6525570. OLE color: 6525570.

HSL color Cylindrical-coordinate representation of color #829263: hue angle of 80.43º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #829263 is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB13014699-
CMYK0.1100.320.43
HSL80.43º19.18%48.04%-
HSV(B)80.43º32.19%57.25%-
XYZ21.7426.215.72-
YUV135.86107.2123.82-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.67%
GREEN value IS 146 (57.42% from 255) = 38.93%
BLUE value IS 99 (39.06% from 255) = 26.4%
R=34.67%
G=38.93%
B=26.4%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal130146990.1100.320.4380.4319.1848.04
Hex829263B0202B501330
Octal20222214313040531202360
Binary1000001010010010110001110110100000101011101000010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829263; }

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

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

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

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

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

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

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

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