#86A999

Color #86A999 Cascade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cascade #86A999

Tints of Cascade #86A999

Color information

#86A999 (or 0x86A999) is unknown color: approx Cascade. HEX triplet: 86, A9 and 99. RGB value is (134,169,153). Sum of RGB (Red+Green+Blue) = 134+169+153=456 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.39% from 456); Green value is 169 (66.41% from 255 or 37.06% from 456); Blue value is 153 (60.16% from 255 or 33.55% from 456); Max value from RGB is 169 - color contains mainly: green. Hex color #86A999 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86A999 is #795666. Grayscale: #9C9C9C. Windows color (decimal): -7951975 or 10070406. OLE color: 10070406.

HSL color Cylindrical-coordinate representation of color #86A999: hue angle of 152.57º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #86A999 is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.34.

Color convert

RGB134169153-
CMYK0.2100.090.34
HSL152.57º16.91%59.41%-
HSV(B)152.57º20.71%66.27%-
XYZ29.7735.7435.47-
YUV156.71125.9111.8-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.39%
GREEN value IS 169 (66.41% from 255) = 37.06%
BLUE value IS 153 (60.16% from 255) = 33.55%
R=29.39%
G=37.06%
B=33.55%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1341691530.2100.090.34152.5716.9159.41
Hex86A99915092299113b
Octal20625123125011422312173
Binary10000110101010011001100110101010011000101001100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,169,153); }

 H1.HeaderClassName
 {
   color: #86A999;
 }
 .AnyTagClassName
 {
   color: #86A999;
 }
</style>
background-color css

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

 a { background-color: rgb(134,169,153); }

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

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

 span { border-color: rgb(134,169,153); }

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