#83A699

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

Shades of Cascade #83A699

Tints of Cascade #83A699

Color information

#83A699 (or 0x83A699) is unknown color: approx Cascade. HEX triplet: 83, A6 and 99. RGB value is (131,166,153). Sum of RGB (Red+Green+Blue) = 131+166+153=450 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.11% from 450); Green value is 166 (65.23% from 255 or 36.89% from 450); Blue value is 153 (60.16% from 255 or 34% from 450); Max value from RGB is 166 - color contains mainly: green. Hex color #83A699 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83A699 is #7C5966. Grayscale: #9A9A9A. Windows color (decimal): -8149351 or 10069635. OLE color: 10069635.

HSL color Cylindrical-coordinate representation of color #83A699: hue angle of 157.71º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #83A699 is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB131166153-
CMYK0.2100.080.35
HSL157.71º16.43%58.24%-
HSV(B)157.71º21.08%65.1%-
XYZ28.7534.435.26-
YUV154.05127.4111.56-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.11%
GREEN value IS 166 (65.23% from 255) = 36.89%
BLUE value IS 153 (60.16% from 255) = 34%
R=29.11%
G=36.89%
B=34%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1311661530.2100.080.35157.7116.4358.24
Hex83A6991508239e103a
Octal20324623125010432362072
Binary10000011101001101001100110101010001000111001111010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,166,153); }

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

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

 a { background-color: rgb(131,166,153); }

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

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

 span { border-color: rgb(131,166,153); }

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