#909E98

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

Shades of Cascade #909E98

Tints of Cascade #909E98

Color information

#909E98 (or 0x909E98) is unknown color: approx Cascade. HEX triplet: 90, 9E and 98. RGB value is (144,158,152). Sum of RGB (Red+Green+Blue) = 144+158+152=454 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.72% from 454); Green value is 158 (62.11% from 255 or 34.80% from 454); Blue value is 152 (59.77% from 255 or 33.48% from 454); Max value from RGB is 158 - color contains mainly: green. Hex color #909E98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909E98 is #6F6167. Grayscale: #999999. Windows color (decimal): -7299432 or 10002064. OLE color: 10002064.

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

Color convert

RGB144158152-
CMYK0.0900.040.38
HSL154.29º6.73%59.22%-
HSV(B)154.29º8.86%61.96%-
XYZ29.432.6534.46-
YUV153.13127.36121.49-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.72%
GREEN value IS 158 (62.11% from 255) = 34.80%
BLUE value IS 152 (59.77% from 255) = 33.48%
R=31.72%
G=34.80%
B=33.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1441581520.0900.040.38154.296.7359.22
Hex909E98904269a73b
Octal220236230110446232773
Binary1001000010011110100110001001010010011010011010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909E98; }

 p { color: rgb(144,158,152); }

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

<style>
 a { background-color: #909E98; }

 a { background-color: rgb(144,158,152); }

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

<style>
 span { border-color: #909E98; }

 span { border-color: rgb(144,158,152); }

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