#829C66

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

Shades of Highland #829C66

Tints of Highland #829C66

Color information

#829C66 (or 0x829C66) is unknown color: approx Highland. HEX triplet: 82, 9C and 66. RGB value is (130,156,102). Sum of RGB (Red+Green+Blue) = 130+156+102=388 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.51% from 388); Green value is 156 (61.33% from 255 or 40.21% from 388); Blue value is 102 (40.23% from 255 or 26.29% from 388); Max value from RGB is 156 - color contains mainly: green. Hex color #829C66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829C66 is #7D6399. Grayscale: #8E8E8E. Windows color (decimal): -8217498 or 6724738. OLE color: 6724738.

HSL color Cylindrical-coordinate representation of color #829C66: hue angle of 88.89º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #829C66 is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.

Color convert

RGB130156102-
CMYK0.1700.350.39
HSL88.89º21.43%50.59%-
HSV(B)88.89º34.62%61.18%-
XYZ23.4929.4817.02-
YUV142.07105.39119.39-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.51%
GREEN value IS 156 (61.33% from 255) = 40.21%
BLUE value IS 102 (40.23% from 255) = 26.29%
R=33.51%
G=40.21%
B=26.29%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1301561020.1700.350.3988.8921.4350.59
Hex829C661102327591533
Octal20223414621043471312563
Binary10000010100111001100110100010100011100111101100110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829C66; }

 p { color: rgb(130,156,102); }

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

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

 a { background-color: rgb(130,156,102); }

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

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

 span { border-color: rgb(130,156,102); }

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