#829253

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

Shades of Highland #829253

Tints of Highland #829253

Color information

#829253 (or 0x829253) is unknown color: approx Highland. HEX triplet: 82, 92 and 53. RGB value is (130,146,83). Sum of RGB (Red+Green+Blue) = 130+146+83=359 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.21% from 359); Green value is 146 (57.42% from 255 or 40.67% from 359); Blue value is 83 (32.81% from 255 or 23.12% from 359); Max value from RGB is 146 - color contains mainly: green. Hex color #829253 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829253 is #7D6DAC. Grayscale: #868686. Windows color (decimal): -8220077 or 5476994. OLE color: 5476994.

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

Color convert

RGB13014683-
CMYK0.1100.430.43
HSL75.24º27.51%44.9%-
HSV(B)75.24º43.15%57.25%-
XYZ21.0525.9312.08-
YUV134.0399.2125.12-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.21%
GREEN value IS 146 (57.42% from 255) = 40.67%
BLUE value IS 83 (32.81% from 255) = 23.12%
R=36.21%
G=40.67%
B=23.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal130146830.1100.430.4375.2427.5144.9
Hex829253B02B2B4b1c2d
Octal20222212313053531133455
Binary1000001010010010101001110110101011101011100101111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829253; }

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

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

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

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

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

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

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

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