#83A498

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

Shades of Cascade #83A498

Tints of Cascade #83A498

Color information

#83A498 (or 0x83A498) is unknown color: approx Cascade. HEX triplet: 83, A4 and 98. RGB value is (131,164,152). Sum of RGB (Red+Green+Blue) = 131+164+152=447 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.31% from 447); Green value is 164 (64.45% from 255 or 36.69% from 447); Blue value is 152 (59.77% from 255 or 34.00% from 447); Max value from RGB is 164 - color contains mainly: green. Hex color #83A498 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83A498 is #7C5B67. Grayscale: #989898. Windows color (decimal): -8149864 or 10003587. OLE color: 10003587.

HSL color Cylindrical-coordinate representation of color #83A498: hue angle of 158.18º 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 #83A498 is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB131164152-
CMYK0.2000.070.36
HSL158.18º15.35%57.84%-
HSV(B)158.18º20.12%64.31%-
XYZ28.333.6434.71-
YUV152.77127.57112.48-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.31%
GREEN value IS 164 (64.45% from 255) = 36.69%
BLUE value IS 152 (59.77% from 255) = 34.00%
R=29.31%
G=36.69%
B=34.00%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1311641520.2000.070.36158.1815.3557.84
Hex83A4981407249ef3a
Octal2032442302407442361772
Binary100000111010010010011000101000111100100100111101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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