Html Css Color HEX #87A298 Cascade

📋 copy color: '#87A298'

red 135 ◦ green 162 ◦ blue 152

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

Shades of Cascade #87A298

Tints of Cascade #87A298

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.08%

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

R = 30.07%
G = 36.08%
B = 33.85%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#87A298 (or 0x87A298) is known color: Cascade. HEX triplet: 87, A2 and 98. RGB value is (135,162,152). Sum of RGB (Red+Green+Blue) = 135+162+152=449 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.07% from 449); Green value is 162 (63.67% from 255 or 36.08% from 449); Blue value is 152 (59.77% from 255 or 33.85% from 449); Max value from RGB is 162 - color contains mainly: green. Hex color #87A298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87A298 is #785D67. Grayscale: #989898. Windows color (decimal): -7888232 or 10003079. OLE color: 10003079.

HSL color Cylindrical-coordinate representation of color #87A298: hue angle of 157.78º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #87A298 is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB 135 162 152 -
CMYK 0.17 0 0.06 0.36
HSL 157.78º 0.13% 0.58% -
HSV(B) 157.78º 0.17% 0.64% -
XYZ 28.58 33.26 34.62 -
YUV 152.79 127.55 115.31 -
System Red Green Blue C M Y K H S L
Decimal 135 162 152 0.17 0 0.06 0.36 157.78 0.13 0.58
Hex 87 A2 98 11 0 6 24 9E D 3A
Octal 207 242 230 21 0 6 44 236 15 72
Binary 10000111 10100010 10011000 10001 0 110 100100 10011110 1101 111010

Color Harmonies of #87A298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87A298

Black with #87A298

Text Example


Text Example

White with #87A298

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,162,152); }

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

background-color css

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

 a { background-color: rgb(135,162,152); }

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

border-color css

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

 span { border-color: rgb(135,162,152); }

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