Html Css Color HEX #86A597 Cascade

📋 copy color: '#86A597'

red 134 ◦ green 165 ◦ blue 151

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

Shades of Cascade #86A597

Tints of Cascade #86A597

RGB

 RED value IS 134 (52.73% from 255) = 29.78%

 GREEN value IS 165 (64.84% from 255) = 36.67%

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

R = 29.78%
G = 36.67%
B = 33.56%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#86A597 (or 0x86A597) is known color: Cascade. HEX triplet: 86, A5 and 97. RGB value is (134,165,151). Sum of RGB (Red+Green+Blue) = 134+165+151=450 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.78% from 450); Green value is 165 (64.84% from 255 or 36.67% from 450); Blue value is 151 (59.38% from 255 or 33.56% from 450); Max value from RGB is 165 - color contains mainly: green. Hex color #86A597 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86A597 is #795A68. Grayscale: #9A9A9A. Windows color (decimal): -7953001 or 9938310. OLE color: 9938310.

HSL color Cylindrical-coordinate representation of color #86A597: hue angle of 152.9º degrees, saturation: 0.15, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #86A597 is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB 134 165 151 -
CMYK 0.19 0 0.08 0.35
HSL 152.9º 0.15% 0.59% -
HSV(B) 152.9º 0.19% 0.65% -
XYZ 28.87 34.21 34.36 -
YUV 154.14 126.23 113.64 -
System Red Green Blue C M Y K H S L
Decimal 134 165 151 0.19 0 0.08 0.35 152.9 0.15 0.59
Hex 86 A5 97 13 0 8 23 99 F 3B
Octal 206 245 227 23 0 10 43 231 17 73
Binary 10000110 10100101 10010111 10011 0 1000 100011 10011001 1111 111011

Color Harmonies of #86A597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A597

Black with #86A597

Text Example


Text Example

White with #86A597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86A597; }

 p { color: rgb(134,165,151); }

 H1.HeaderClassName
 {
   color: #86A597;
 }
 .AnyTagClassName
 {
   color: #86A597;
 }
</style>

background-color css

<style>
 a { background-color: #86A597; }

 a { background-color: rgb(134,165,151); }

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

border-color css

<style>
 span { border-color: #86A597; }

 span { border-color: rgb(134,165,151); }

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