#98A2A0

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

Shades of Cascade #98A2A0

Tints of Cascade #98A2A0

Color information

#98A2A0 (or 0x98A2A0) is unknown color: approx Cascade. HEX triplet: 98, A2 and A0. RGB value is (152,162,160). Sum of RGB (Red+Green+Blue) = 152+162+160=474 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.07% from 474); Green value is 162 (63.67% from 255 or 34.18% from 474); Blue value is 160 (62.89% from 255 or 33.76% from 474); Max value from RGB is 162 - color contains mainly: green. Hex color #98A2A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A2A0 is #675D5F. Grayscale: #9E9E9E. Windows color (decimal): -6774112 or 10527384. OLE color: 10527384.

HSL color Cylindrical-coordinate representation of color #98A2A0: hue angle of 168º degrees, saturation: 0.05, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #98A2A0 is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB152162160-
CMYK0.0600.010.36
HSL168º5.1%61.57%-
HSV(B)168º6.17%63.53%-
XYZ32.2135.0538.33-
YUV158.78128.69123.16-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.07%
GREEN value IS 162 (63.67% from 255) = 34.18%
BLUE value IS 160 (62.89% from 255) = 33.76%
R=32.07%
G=34.18%
B=33.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1521621600.0600.010.361685.161.57
Hex98A2A060124a853e
Octal23024224060144250576
Binary1001100010100010101000001100110010010101000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A2A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98A2A0; }

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

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

<style>
 a { background-color: #98A2A0; }

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

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

<style>
 span { border-color: #98A2A0; }

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

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