Html Css Color HEX #849E97 Cascade

📋 copy color: '#849E97'

red 132 ◦ green 158 ◦ blue 151

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

Shades of Cascade #849E97

Tints of Cascade #849E97

RGB

 RED value IS 132 (51.95% from 255) = 29.93%

 GREEN value IS 158 (62.11% from 255) = 35.83%

 BLUE value IS 151 (59.38% from 255) = 34.24%

R = 29.93%
G = 35.83%
B = 34.24%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#849E97 (or 0x849E97) is known color: Cascade. HEX triplet: 84, 9E and 97. RGB value is (132,158,151). Sum of RGB (Red+Green+Blue) = 132+158+151=441 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.93% from 441); Green value is 158 (62.11% from 255 or 35.83% from 441); Blue value is 151 (59.38% from 255 or 34.24% from 441); Max value from RGB is 158 - color contains mainly: green. Hex color #849E97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849E97 is #7B6168. Grayscale: #959595. Windows color (decimal): -8085865 or 9936516. OLE color: 9936516.

HSL color Cylindrical-coordinate representation of color #849E97: hue angle of 163.85º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #849E97 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB 132 158 151 -
CMYK 0.16 0 0.04 0.38
HSL 163.85º 0.12% 0.57% -
HSV(B) 163.85º 0.16% 0.62% -
XYZ 27.33 31.59 33.94 -
YUV 149.43 128.89 115.57 -
System Red Green Blue C M Y K H S L
Decimal 132 158 151 0.16 0 0.04 0.38 163.85 0.12 0.57
Hex 84 9E 97 10 0 4 26 A4 C 39
Octal 204 236 227 20 0 4 46 244 14 71
Binary 10000100 10011110 10010111 10000 0 100 100110 10100100 1100 111001

Color Harmonies of #849E97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849E97

Black with #849E97

Text Example


Text Example

White with #849E97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849E97; }

 p { color: rgb(132,158,151); }

 H1.HeaderClassName
 {
   color: #849E97;
 }
 .AnyTagClassName
 {
   color: #849E97;
 }
</style>

background-color css

<style>
 a { background-color: #849E97; }

 a { background-color: rgb(132,158,151); }

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

border-color css

<style>
 span { border-color: #849E97; }

 span { border-color: rgb(132,158,151); }

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