#829655

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

Shades of Highland #829655

Tints of Highland #829655

Color information

#829655 (or 0x829655) is unknown color: approx Highland. HEX triplet: 82, 96 and 55. RGB value is (130,150,85). Sum of RGB (Red+Green+Blue) = 130+150+85=365 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.62% from 365); Green value is 150 (58.98% from 255 or 41.10% from 365); Blue value is 85 (33.59% from 255 or 23.29% from 365); Max value from RGB is 150 - color contains mainly: green. Hex color #829655 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829655 is #7D69AA. Grayscale: #888888. Windows color (decimal): -8219051 or 5609090. OLE color: 5609090.

HSL color Cylindrical-coordinate representation of color #829655: hue angle of 78.46º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #829655 is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.41.

Color convert

RGB13015085-
CMYK0.1300.430.41
HSL78.46º27.66%46.08%-
HSV(B)78.46º43.33%58.82%-
XYZ21.7527.2112.7-
YUV136.6198.87123.29-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.62%
GREEN value IS 150 (58.98% from 255) = 41.10%
BLUE value IS 85 (33.59% from 255) = 23.29%
R=35.62%
G=41.10%
B=23.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal130150850.1300.430.4178.4627.6646.08
Hex829655D02B294e1c2e
Octal20222612515053511163456
Binary1000001010010110101010111010101011101001100111011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829655; }

 p { color: rgb(130,150,85); }

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

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

 a { background-color: rgb(130,150,85); }

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

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

 span { border-color: rgb(130,150,85); }

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