Html Css Color HEX #919996 Cascade

📋 copy color: '#919996'

red 145 ◦ green 153 ◦ blue 150

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

Shades of Cascade #919996

Tints of Cascade #919996

RGB

 RED value IS 145 (57.03% from 255) = 32.37%

 GREEN value IS 153 (60.16% from 255) = 34.15%

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

R = 32.37%
G = 34.15%
B = 33.48%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.02

 K value IS 0.4

RGB Variations

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

Color information

#919996 (or 0x919996) is known color: Cascade. HEX triplet: 91, 99 and 96. RGB value is (145,153,150). Sum of RGB (Red+Green+Blue) = 145+153+150=448 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.37% from 448); Green value is 153 (60.16% from 255 or 34.15% from 448); Blue value is 150 (58.98% from 255 or 33.48% from 448); Max value from RGB is 153 - color contains mainly: green. Hex color #919996 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919996 is #6E6669. Grayscale: #969696. Windows color (decimal): -7235178 or 9869713. OLE color: 9869713.

HSL color Cylindrical-coordinate representation of color #919996: hue angle of 157.5º degrees, saturation: 0.04, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #919996 is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.4.

Color convert

RGB 145 153 150 -
CMYK 0.05 0 0.02 0.4
HSL 157.5º 0.04% 0.58% -
HSV(B) 157.5º 0.05% 0.6% -
XYZ 28.57 31 33.33 -
YUV 150.27 127.85 124.24 -
System Red Green Blue C M Y K H S L
Decimal 145 153 150 0.05 0 0.02 0.4 157.5 0.04 0.58
Hex 91 99 96 5 0 2 28 9E 4 3A
Octal 221 231 226 5 0 2 50 236 4 72
Binary 10010001 10011001 10010110 101 0 10 101000 10011110 100 111010

Color Harmonies of #919996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919996

Black with #919996

Text Example


Text Example

White with #919996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919996; }

 p { color: rgb(145,153,150); }

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

background-color css

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

 a { background-color: rgb(145,153,150); }

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

border-color css

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

 span { border-color: rgb(145,153,150); }

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