#8C9F99

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

Shades of Cascade #8C9F99

Tints of Cascade #8C9F99

Color information

#8C9F99 (or 0x8C9F99) is unknown color: approx Cascade. HEX triplet: 8C, 9F and 99. RGB value is (140,159,153). Sum of RGB (Red+Green+Blue) = 140+159+153=452 (59% of max value = 765). Red value is 140 (55.08% from 255 or 30.97% from 452); Green value is 159 (62.5% from 255 or 35.18% from 452); Blue value is 153 (60.16% from 255 or 33.85% from 452); Max value from RGB is 159 - color contains mainly: green. Hex color #8C9F99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9F99 is #736066. Grayscale: #989898. Windows color (decimal): -7561319 or 10067852. OLE color: 10067852.

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

Color convert

RGB140159153-
CMYK0.1200.040.38
HSL161.05º9%58.63%-
HSV(B)161.05º11.95%62.35%-
XYZ28.9632.6734.92-
YUV152.64128.21118.99-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.97%
GREEN value IS 159 (62.5% from 255) = 35.18%
BLUE value IS 153 (60.16% from 255) = 33.85%
R=30.97%
G=35.18%
B=33.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1401591530.1200.040.38161.05958.63
Hex8C9F99C0426a193b
Octal2142372311404462411173
Binary10001100100111111001100111000100100110101000011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C9F99; }

 p { color: rgb(140,159,153); }

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

<style>
 a { background-color: #8C9F99; }

 a { background-color: rgb(140,159,153); }

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

<style>
 span { border-color: #8C9F99; }

 span { border-color: rgb(140,159,153); }

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