Html Css Color HEX #87A197 Cascade

📋 copy color: '#87A197'

red 135 ◦ green 161 ◦ blue 151

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

Shades of Cascade #87A197

Tints of Cascade #87A197

RGB

 RED value IS 135 (53.13% from 255) = 30.2%

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

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

R = 30.2%
G = 36.02%
B = 33.78%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#87A197 (or 0x87A197) is known color: Cascade. HEX triplet: 87, A1 and 97. RGB value is (135,161,151). Sum of RGB (Red+Green+Blue) = 135+161+151=447 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.20% from 447); Green value is 161 (63.28% from 255 or 36.02% from 447); Blue value is 151 (59.38% from 255 or 33.78% from 447); Max value from RGB is 161 - color contains mainly: green. Hex color #87A197 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87A197 is #785E68. Grayscale: #989898. Windows color (decimal): -7888489 or 9937287. OLE color: 9937287.

HSL color Cylindrical-coordinate representation of color #87A197: hue angle of 156.92º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #87A197 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB 135 161 151 -
CMYK 0.16 0 0.06 0.37
HSL 156.92º 0.12% 0.58% -
HSV(B) 156.92º 0.16% 0.63% -
XYZ 28.32 32.88 34.13 -
YUV 152.09 127.39 115.81 -
System Red Green Blue C M Y K H S L
Decimal 135 161 151 0.16 0 0.06 0.37 156.92 0.12 0.58
Hex 87 A1 97 10 0 6 25 9D C 3A
Octal 207 241 227 20 0 6 45 235 14 72
Binary 10000111 10100001 10010111 10000 0 110 100101 10011101 1100 111010

Color Harmonies of #87A197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87A197

Black with #87A197

Text Example


Text Example

White with #87A197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87A197; }

 p { color: rgb(135,161,151); }

 H1.HeaderClassName
 {
   color: #87A197;
 }
 .AnyTagClassName
 {
   color: #87A197;
 }
</style>

background-color css

<style>
 a { background-color: #87A197; }

 a { background-color: rgb(135,161,151); }

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

border-color css

<style>
 span { border-color: #87A197; }

 span { border-color: rgb(135,161,151); }

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