#829153

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

Shades of Highland #829153

Tints of Highland #829153

Color information

#829153 (or 0x829153) is unknown color: approx Highland. HEX triplet: 82, 91 and 53. RGB value is (130,145,83). Sum of RGB (Red+Green+Blue) = 130+145+83=358 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.31% from 358); Green value is 145 (57.03% from 255 or 40.50% from 358); Blue value is 83 (32.81% from 255 or 23.18% from 358); Max value from RGB is 145 - color contains mainly: green. Hex color #829153 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829153 is #7D6EAC. Grayscale: #858585. Windows color (decimal): -8220333 or 5476738. OLE color: 5476738.

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

Color convert

RGB13014583-
CMYK0.1000.430.43
HSL74.52º27.19%44.71%-
HSV(B)74.52º42.76%56.86%-
XYZ20.8925.6212.03-
YUV133.4599.53125.54-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.31%
GREEN value IS 145 (57.03% from 255) = 40.50%
BLUE value IS 83 (32.81% from 255) = 23.18%
R=36.31%
G=40.50%
B=23.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal130145830.1000.430.4374.5227.1944.71
Hex829153A02B2B4b1b2d
Octal20222112312053531133355
Binary1000001010010001101001110100101011101011100101111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829153; }

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

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

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

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

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

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

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

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