#83A49D

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

Shades of Cascade #83A49D

Tints of Cascade #83A49D

Color information

#83A49D (or 0x83A49D) is unknown color: approx Cascade. HEX triplet: 83, A4 and 9D. RGB value is (131,164,157). Sum of RGB (Red+Green+Blue) = 131+164+157=452 (59% of max value = 765). Red value is 131 (51.56% from 255 or 28.98% from 452); Green value is 164 (64.45% from 255 or 36.28% from 452); Blue value is 157 (61.72% from 255 or 34.73% from 452); Max value from RGB is 164 - color contains mainly: green. Hex color #83A49D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83A49D is #7C5B62. Grayscale: #999999. Windows color (decimal): -8149859 or 10331267. OLE color: 10331267.

HSL color Cylindrical-coordinate representation of color #83A49D: hue angle of 167.27º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #83A49D is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB131164157-
CMYK0.2000.040.36
HSL167.27º15.35%57.84%-
HSV(B)167.27º20.12%64.31%-
XYZ28.7233.8136.91-
YUV153.34130.07112.07-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.98%
GREEN value IS 164 (64.45% from 255) = 36.28%
BLUE value IS 157 (61.72% from 255) = 34.73%
R=28.98%
G=36.28%
B=34.73%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1311641570.2000.040.36167.2715.3557.84
Hex83A49D140424a7f3a
Octal2032442352404442471772
Binary100000111010010010011101101000100100100101001111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83A49D; }

 p { color: rgb(131,164,157); }

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

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

 a { background-color: rgb(131,164,157); }

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

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

 span { border-color: rgb(131,164,157); }

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