Html Css Color HEX #83A19B Cascade

📋 copy color: '#83A19B'

red 131 ◦ green 161 ◦ blue 155

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

Shades of Cascade #83A19B

Tints of Cascade #83A19B

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.02%

 BLUE value IS 155 (60.94% from 255) = 34.68%

R = 29.31%
G = 36.02%
B = 34.68%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.04

 K value IS 0.37

RGB Variations

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

Color information

#83A19B (or 0x83A19B) is known color: Cascade. HEX triplet: 83, A1 and 9B. RGB value is (131,161,155). Sum of RGB (Red+Green+Blue) = 131+161+155=447 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.31% from 447); Green value is 161 (63.28% from 255 or 36.02% from 447); Blue value is 155 (60.94% from 255 or 34.68% from 447); Max value from RGB is 161 - color contains mainly: green. Hex color #83A19B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83A19B is #7C5E64. Grayscale: #979797. Windows color (decimal): -8150629 or 10199427. OLE color: 10199427.

HSL color Cylindrical-coordinate representation of color #83A19B: hue angle of 168º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #83A19B is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB 131 161 155 -
CMYK 0.19 0 0.04 0.37
HSL 168º 0.14% 0.57% -
HSV(B) 168º 0.19% 0.63% -
XYZ 28.02 32.68 35.84 -
YUV 151.35 130.06 113.49 -
System Red Green Blue C M Y K H S L
Decimal 131 161 155 0.19 0 0.04 0.37 168 0.14 0.57
Hex 83 A1 9B 13 0 4 25 A8 E 39
Octal 203 241 233 23 0 4 45 250 16 71
Binary 10000011 10100001 10011011 10011 0 100 100101 10101000 1110 111001

Color Harmonies of #83A19B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A19B

Black with #83A19B

Text Example


Text Example

White with #83A19B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,161,155); }

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

background-color css

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

 a { background-color: rgb(131,161,155); }

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

border-color css

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

 span { border-color: rgb(131,161,155); }

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