Html Css Color HEX #83A49A Cascade

📋 copy color: '#83A49A'

red 131 ◦ green 164 ◦ blue 154

#83A49A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cascade #83A49A

Tints of Cascade #83A49A

RGB

 RED value IS 131 (51.56% from 255) = 29.18%

 GREEN value IS 164 (64.45% from 255) = 36.53%

 BLUE value IS 154 (60.55% from 255) = 34.3%

R = 29.18%
G = 36.53%
B = 34.3%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#83A49A (or 0x83A49A) is known color: Cascade. HEX triplet: 83, A4 and 9A. RGB value is (131,164,154). Sum of RGB (Red+Green+Blue) = 131+164+154=449 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.18% from 449); Green value is 164 (64.45% from 255 or 36.53% from 449); Blue value is 154 (60.55% from 255 or 34.30% from 449); Max value from RGB is 164 - color contains mainly: green. Hex color #83A49A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83A49A is #7C5B65. Grayscale: #999999. Windows color (decimal): -8149862 or 10134659. OLE color: 10134659.

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

Color convert

RGB 131 164 154 -
CMYK 0.20 0 0.06 0.36
HSL 161.82º 0.15% 0.58% -
HSV(B) 161.82º 0.2% 0.64% -
XYZ 28.47 33.71 35.58 -
YUV 152.99 128.57 112.31 -
System Red Green Blue C M Y K H S L
Decimal 131 164 154 0.20 0 0.06 0.36 161.82 0.15 0.58
Hex 83 A4 9A 14 0 6 24 A2 F 3A
Octal 203 244 232 24 0 6 44 242 17 72
Binary 10000011 10100100 10011010 10100 0 110 100100 10100010 1111 111010

Color Harmonies of #83A49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A49A

Black with #83A49A

Text Example


Text Example

White with #83A49A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #83A49A;
 }
 .AnyTagClassName
 {
   color: #83A49A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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