Html Css Color HEX #83A39A Cascade

📋 copy color: '#83A39A'

red 131 ◦ green 163 ◦ blue 154

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

Shades of Cascade #83A39A

Tints of Cascade #83A39A

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.38%

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

R = 29.24%
G = 36.38%
B = 34.38%

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

#83A39A (or 0x83A39A) is known color: Cascade. HEX triplet: 83, A3 and 9A. RGB value is (131,163,154). Sum of RGB (Red+Green+Blue) = 131+163+154=448 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.24% from 448); Green value is 163 (64.06% from 255 or 36.38% from 448); Blue value is 154 (60.55% from 255 or 34.38% from 448); Max value from RGB is 163 - color contains mainly: green. Hex color #83A39A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83A39A is #7C5C65. Grayscale: #989898. Windows color (decimal): -8150118 or 10134403. OLE color: 10134403.

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

Color convert

RGB 131 163 154 -
CMYK 0.20 0 0.06 0.36
HSL 163.13º 0.15% 0.58% -
HSV(B) 163.13º 0.2% 0.64% -
XYZ 28.29 33.35 35.52 -
YUV 152.41 128.9 112.73 -
System Red Green Blue C M Y K H S L
Decimal 131 163 154 0.20 0 0.06 0.36 163.13 0.15 0.58
Hex 83 A3 9A 14 0 6 24 A3 F 3A
Octal 203 243 232 24 0 6 44 243 17 72
Binary 10000011 10100011 10011010 10100 0 110 100100 10100011 1111 111010

Color Harmonies of #83A39A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A39A

Black with #83A39A

Text Example


Text Example

White with #83A39A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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