#829255

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

Shades of Highland #829255

Tints of Highland #829255

Color information

#829255 (or 0x829255) is unknown color: approx Highland. HEX triplet: 82, 92 and 55. RGB value is (130,146,85). Sum of RGB (Red+Green+Blue) = 130+146+85=361 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.01% from 361); Green value is 146 (57.42% from 255 or 40.44% from 361); Blue value is 85 (33.59% from 255 or 23.55% from 361); Max value from RGB is 146 - color contains mainly: green. Hex color #829255 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829255 is #7D6DAA. Grayscale: #868686. Windows color (decimal): -8220075 or 5608066. OLE color: 5608066.

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

Color convert

RGB13014685-
CMYK0.1100.420.43
HSL75.74º26.41%45.29%-
HSV(B)75.74º41.78%57.25%-
XYZ21.1225.9612.49-
YUV134.26100.2124.96-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.01%
GREEN value IS 146 (57.42% from 255) = 40.44%
BLUE value IS 85 (33.59% from 255) = 23.55%
R=36.01%
G=40.44%
B=23.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal130146850.1100.420.4375.7426.4145.29
Hex829255B02A2B4c1a2d
Octal20222212513052531143255
Binary1000001010010010101010110110101010101011100110011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829255; }

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

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

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

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

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

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

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

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