#829254

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

Shades of Highland #829254

Tints of Highland #829254

Color information

#829254 (or 0x829254) is unknown color: approx Highland. HEX triplet: 82, 92 and 54. RGB value is (130,146,84). Sum of RGB (Red+Green+Blue) = 130+146+84=360 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.11% from 360); Green value is 146 (57.42% from 255 or 40.56% from 360); Blue value is 84 (33.20% from 255 or 23.33% from 360); Max value from RGB is 146 - color contains mainly: green. Hex color #829254 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829254 is #7D6DAB. Grayscale: #868686. Windows color (decimal): -8220076 or 5542530. OLE color: 5542530.

HSL color Cylindrical-coordinate representation of color #829254: hue angle of 75.48º degrees, saturation: 0.27, 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 #829254 is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.43.

Color convert

RGB13014684-
CMYK0.1100.420.43
HSL75.48º26.96%45.1%-
HSV(B)75.48º42.47%57.25%-
XYZ21.0925.9412.28-
YUV134.1599.7125.04-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.11%
GREEN value IS 146 (57.42% from 255) = 40.56%
BLUE value IS 84 (33.20% from 255) = 23.33%
R=36.11%
G=40.56%
B=23.33%

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
Decimal130146840.1100.420.4375.4826.9645.1
Hex829254B02A2B4b1b2d
Octal20222212413052531133355
Binary1000001010010010101010010110101010101011100101111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829254; }

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

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

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

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

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

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

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

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