#829056

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

Shades of Highland #829056

Tints of Highland #829056

Color information

#829056 (or 0x829056) is unknown color: approx Highland. HEX triplet: 82, 90 and 56. RGB value is (130,144,86). Sum of RGB (Red+Green+Blue) = 130+144+86=360 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.11% from 360); Green value is 144 (56.64% from 255 or 40% from 360); Blue value is 86 (33.98% from 255 or 23.89% from 360); Max value from RGB is 144 - color contains mainly: green. Hex color #829056 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829056 is #7D6FA9. Grayscale: #858585. Windows color (decimal): -8220586 or 5673090. OLE color: 5673090.

HSL color Cylindrical-coordinate representation of color #829056: hue angle of 74.48º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #829056 is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.44.

Color convert

RGB13014486-
CMYK0.1000.400.44
HSL74.48º25.22%45.1%-
HSV(B)74.48º40.28%56.47%-
XYZ20.8625.3612.6-
YUV133.2101.36125.72-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.11%
GREEN value IS 144 (56.64% from 255) = 40%
BLUE value IS 86 (33.98% from 255) = 23.89%
R=36.11%
G=40%
B=23.89%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal130144860.1000.400.4474.4825.2245.1
Hex829056A0282C4a192d
Octal20222012612050541123155
Binary1000001010010000101011010100101000101100100101011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829056; }

 p { color: rgb(130,144,86); }

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

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

 a { background-color: rgb(130,144,86); }

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

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

 span { border-color: rgb(130,144,86); }

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