Html Css Color HEX #929996 Cascade

📋 copy color: '#929996'

red 146 ◦ green 153 ◦ blue 150

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

Shades of Cascade #929996

Tints of Cascade #929996

RGB

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

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

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

R = 32.52%
G = 34.08%
B = 33.41%

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

#929996 (or 0x929996) is known color: Cascade. HEX triplet: 92, 99 and 96. RGB value is (146,153,150). Sum of RGB (Red+Green+Blue) = 146+153+150=449 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.52% from 449); Green value is 153 (60.16% from 255 or 34.08% from 449); Blue value is 150 (58.98% from 255 or 33.41% from 449); Max value from RGB is 153 - color contains mainly: green. Hex color #929996 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929996 is #6D6669. Grayscale: #969696. Windows color (decimal): -7169642 or 9869714. OLE color: 9869714.

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

Color convert

RGB 146 153 150 -
CMYK 0.05 0 0.02 0.4
HSL 154.29º 0.03% 0.59% -
HSV(B) 154.29º 0.05% 0.6% -
XYZ 28.75 31.1 33.34 -
YUV 150.57 127.68 124.74 -
System Red Green Blue C M Y K H S L
Decimal 146 153 150 0.05 0 0.02 0.4 154.29 0.03 0.59
Hex 92 99 96 5 0 2 28 9A 3 3B
Octal 222 231 226 5 0 2 50 232 3 73
Binary 10010010 10011001 10010110 101 0 10 101000 10011010 11 111011

Color Harmonies of #929996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929996

Black with #929996

Text Example


Text Example

White with #929996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #929996; }

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

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

background-color css

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

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

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

border-color css

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

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

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