#82A499

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

Shades of Cascade #82A499

Tints of Cascade #82A499

Color information

#82A499 (or 0x82A499) is unknown color: approx Cascade. HEX triplet: 82, A4 and 99. RGB value is (130,164,153). Sum of RGB (Red+Green+Blue) = 130+164+153=447 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.08% from 447); Green value is 164 (64.45% from 255 or 36.69% from 447); Blue value is 153 (60.16% from 255 or 34.23% from 447); Max value from RGB is 164 - color contains mainly: green. Hex color #82A499 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82A499 is #7D5B66. Grayscale: #989898. Windows color (decimal): -8215399 or 10069122. OLE color: 10069122.

HSL color Cylindrical-coordinate representation of color #82A499: hue angle of 160.59º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #82A499 is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB130164153-
CMYK0.2100.070.36
HSL160.59º15.74%57.65%-
HSV(B)160.59º20.73%64.31%-
XYZ28.2333.635.13-
YUV152.58128.24111.89-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.08%
GREEN value IS 164 (64.45% from 255) = 36.69%
BLUE value IS 153 (60.16% from 255) = 34.23%
R=29.08%
G=36.69%
B=34.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1301641530.2100.070.36160.5915.7457.65
Hex82A499150724a1103a
Octal2022442312507442412072
Binary1000001010100100100110011010101111001001010000110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82A499; }

 p { color: rgb(130,164,153); }

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

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

 a { background-color: rgb(130,164,153); }

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

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

 span { border-color: rgb(130,164,153); }

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