#829B64

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

Shades of Highland #829B64

Tints of Highland #829B64

Color information

#829B64 (or 0x829B64) is unknown color: approx Highland. HEX triplet: 82, 9B and 64. RGB value is (130,155,100). Sum of RGB (Red+Green+Blue) = 130+155+100=385 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.77% from 385); Green value is 155 (60.94% from 255 or 40.26% from 385); Blue value is 100 (39.45% from 255 or 25.97% from 385); Max value from RGB is 155 - color contains mainly: green. Hex color #829B64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829B64 is #7D649B. Grayscale: #8D8D8D. Windows color (decimal): -8217756 or 6593410. OLE color: 6593410.

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

Color convert

RGB130155100-
CMYK0.1600.350.39
HSL87.27º21.57%50%-
HSV(B)87.27º35.48%60.78%-
XYZ23.2329.1116.45-
YUV141.26104.72119.97-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.77%
GREEN value IS 155 (60.94% from 255) = 40.26%
BLUE value IS 100 (39.45% from 255) = 25.97%
R=33.77%
G=40.26%
B=25.97%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1301551000.1600.350.3987.2721.5750
Hex829B641002327571632
Octal20223314420043471272662
Binary10000010100110111100100100000100011100111101011110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,155,100); }

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

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

 a { background-color: rgb(130,155,100); }

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

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

 span { border-color: rgb(130,155,100); }

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