Html Css Color HEX #909A96 Cascade

📋 copy color: '#909A96'

red 144 ◦ green 154 ◦ blue 150

#909A96
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cascade #909A96

Tints of Cascade #909A96

RGB

 RED value IS 144 (56.64% from 255) = 32.14%

 GREEN value IS 154 (60.55% from 255) = 34.38%

 BLUE value IS 150 (58.98% from 255) = 33.48%

R = 32.14%
G = 34.38%
B = 33.48%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#909A96 (or 0x909A96) is known color: Cascade. HEX triplet: 90, 9A and 96. RGB value is (144,154,150). Sum of RGB (Red+Green+Blue) = 144+154+150=448 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.14% from 448); Green value is 154 (60.55% from 255 or 34.38% from 448); Blue value is 150 (58.98% from 255 or 33.48% from 448); Max value from RGB is 154 - color contains mainly: green. Hex color #909A96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909A96 is #6F6569. Grayscale: #969696. Windows color (decimal): -7300458 or 9869968. OLE color: 9869968.

HSL color Cylindrical-coordinate representation of color #909A96: hue angle of 156º degrees, saturation: 0.05, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #909A96 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB 144 154 150 -
CMYK 0.06 0 0.03 0.40
HSL 156º 0.05% 0.58% -
HSV(B) 156º 0.06% 0.6% -
XYZ 28.56 31.24 33.38 -
YUV 150.55 127.69 123.33 -
System Red Green Blue C M Y K H S L
Decimal 144 154 150 0.06 0 0.03 0.40 156 0.05 0.58
Hex 90 9A 96 6 0 3 28 9C 5 3A
Octal 220 232 226 6 0 3 50 234 5 72
Binary 10010000 10011010 10010110 110 0 11 101000 10011100 101 111010

Color Harmonies of #909A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909A96

Black with #909A96

Text Example


Text Example

White with #909A96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,154,150); }

 H1.HeaderClassName
 {
   color: #909A96;
 }
 .AnyTagClassName
 {
   color: #909A96;
 }
</style>

background-color css

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

 a { background-color: rgb(144,154,150); }

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

border-color css

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

 span { border-color: rgb(144,154,150); }

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