Html Css Color HEX #83A398 Cascade

📋 copy color: '#83A398'

red 131 ◦ green 163 ◦ blue 152

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

Shades of Cascade #83A398

Tints of Cascade #83A398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 34.08%

R = 29.37%
G = 36.55%
B = 34.08%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#83A398 (or 0x83A398) is known color: Cascade. HEX triplet: 83, A3 and 98. RGB value is (131,163,152). Sum of RGB (Red+Green+Blue) = 131+163+152=446 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.37% from 446); Green value is 163 (64.06% from 255 or 36.55% from 446); Blue value is 152 (59.77% from 255 or 34.08% from 446); Max value from RGB is 163 - color contains mainly: green. Hex color #83A398 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83A398 is #7C5C67. Grayscale: #989898. Windows color (decimal): -8150120 or 10003331. OLE color: 10003331.

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

Color convert

RGB 131 163 152 -
CMYK 0.20 0 0.07 0.36
HSL 159.38º 0.15% 0.58% -
HSV(B) 159.38º 0.2% 0.64% -
XYZ 28.12 33.29 34.65 -
YUV 152.18 127.9 112.89 -
System Red Green Blue C M Y K H S L
Decimal 131 163 152 0.20 0 0.07 0.36 159.38 0.15 0.58
Hex 83 A3 98 14 0 7 24 9F F 3A
Octal 203 243 230 24 0 7 44 237 17 72
Binary 10000011 10100011 10011000 10100 0 111 100100 10011111 1111 111010

Color Harmonies of #83A398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A398

Black with #83A398

Text Example


Text Example

White with #83A398

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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