Html Css Color HEX #929896 Cascade

📋 copy color: '#929896'

red 146 ◦ green 152 ◦ blue 150

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

Shades of Cascade #929896

Tints of Cascade #929896

RGB

 RED value IS 146 (57.42% from 255) = 32.59%

 GREEN value IS 152 (59.77% from 255) = 33.93%

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

R = 32.59%
G = 33.93%
B = 33.48%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#929896 (or 0x929896) is known color: Cascade. HEX triplet: 92, 98 and 96. RGB value is (146,152,150). Sum of RGB (Red+Green+Blue) = 146+152+150=448 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.59% from 448); Green value is 152 (59.77% from 255 or 33.93% from 448); Blue value is 150 (58.98% from 255 or 33.48% from 448); Max value from RGB is 152 - color contains mainly: green. Hex color #929896 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929896 is #6D6769. Grayscale: #959595. Windows color (decimal): -7169898 or 9869458. OLE color: 9869458.

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

Color convert

RGB 146 152 150 -
CMYK 0.04 0 0.01 0.40
HSL 160º 0.03% 0.58% -
HSV(B) 160º 0.04% 0.6% -
XYZ 28.59 30.77 33.29 -
YUV 149.98 128.01 125.16 -
System Red Green Blue C M Y K H S L
Decimal 146 152 150 0.04 0 0.01 0.40 160 0.03 0.58
Hex 92 98 96 4 0 1 28 A0 3 3A
Octal 222 230 226 4 0 1 50 240 3 72
Binary 10010010 10011000 10010110 100 0 1 101000 10100000 11 111010

Color Harmonies of #929896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929896

Black with #929896

Text Example


Text Example

White with #929896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #929896; }

 p { color: rgb(146,152,150); }

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

background-color css

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

 a { background-color: rgb(146,152,150); }

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

border-color css

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

 span { border-color: rgb(146,152,150); }

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