Html Css Color HEX #909B96 Cascade

📋 copy color: '#909B96'

red 144 ◦ green 155 ◦ blue 150

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

Shades of Cascade #909B96

Tints of Cascade #909B96

RGB

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

 GREEN value IS 155 (60.94% from 255) = 34.52%

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

R = 32.07%
G = 34.52%
B = 33.41%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.03

 K value IS 0.39

RGB Variations

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

Color information

#909B96 (or 0x909B96) is known color: Cascade. HEX triplet: 90, 9B and 96. RGB value is (144,155,150). Sum of RGB (Red+Green+Blue) = 144+155+150=449 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.07% from 449); Green value is 155 (60.94% from 255 or 34.52% from 449); Blue value is 150 (58.98% from 255 or 33.41% from 449); Max value from RGB is 155 - color contains mainly: green. Hex color #909B96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909B96 is #6F6469. Grayscale: #979797. Windows color (decimal): -7300202 or 9870224. OLE color: 9870224.

HSL color Cylindrical-coordinate representation of color #909B96: hue angle of 152.73º degrees, saturation: 0.05, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #909B96 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB 144 155 150 -
CMYK 0.07 0 0.03 0.39
HSL 152.73º 0.05% 0.59% -
HSV(B) 152.73º 0.07% 0.61% -
XYZ 28.73 31.57 33.43 -
YUV 151.14 127.36 122.91 -
System Red Green Blue C M Y K H S L
Decimal 144 155 150 0.07 0 0.03 0.39 152.73 0.05 0.59
Hex 90 9B 96 7 0 3 27 99 5 3B
Octal 220 233 226 7 0 3 47 231 5 73
Binary 10010000 10011011 10010110 111 0 11 100111 10011001 101 111011

Color Harmonies of #909B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909B96

Black with #909B96

Text Example


Text Example

White with #909B96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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