#8F9B98

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

Shades of Cascade #8F9B98

Tints of Cascade #8F9B98

Color information

#8F9B98 (or 0x8F9B98) is unknown color: approx Cascade. HEX triplet: 8F, 9B and 98. RGB value is (143,155,152). Sum of RGB (Red+Green+Blue) = 143+155+152=450 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.78% from 450); Green value is 155 (60.94% from 255 or 34.44% from 450); Blue value is 152 (59.77% from 255 or 33.78% from 450); Max value from RGB is 155 - color contains mainly: green. Hex color #8F9B98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9B98 is #706467. Grayscale: #979797. Windows color (decimal): -7365736 or 10001295. OLE color: 10001295.

HSL color Cylindrical-coordinate representation of color #8F9B98: hue angle of 165º degrees, saturation: 0.06, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8F9B98 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.39.

Color convert

RGB143155152-
CMYK0.0800.020.39
HSL165º5.66%58.43%-
HSV(B)165º7.74%60.78%-
XYZ28.7231.5534.28-
YUV151.07128.52122.24-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.78%
GREEN value IS 155 (60.94% from 255) = 34.44%
BLUE value IS 152 (59.77% from 255) = 33.78%
R=31.78%
G=34.44%
B=33.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1431551520.0800.020.391655.6658.43
Hex8F9B9880227a563a
Octal217233230100247245672
Binary100011111001101110011000100001010011110100101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,155,152); }

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

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

 a { background-color: rgb(143,155,152); }

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

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

 span { border-color: rgb(143,155,152); }

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