Html Css Color HEX #929B99 Cascade

📋 copy color: '#929B99'

red 146 ◦ green 155 ◦ blue 153

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

Shades of Cascade #929B99

Tints of Cascade #929B99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 33.7%

R = 32.16%
G = 34.14%
B = 33.7%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#929B99 (or 0x929B99) is known color: Cascade. HEX triplet: 92, 9B and 99. RGB value is (146,155,153). Sum of RGB (Red+Green+Blue) = 146+155+153=454 (60% of max value = 765). Red value is 146 (57.42% from 255 or 32.16% from 454); Green value is 155 (60.94% from 255 or 34.14% from 454); Blue value is 153 (60.16% from 255 or 33.70% from 454); Max value from RGB is 155 - color contains mainly: green. Hex color #929B99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929B99 is #6D6466. Grayscale: #989898. Windows color (decimal): -7169127 or 10066834. OLE color: 10066834.

HSL color Cylindrical-coordinate representation of color #929B99: hue angle of 166.67º degrees, saturation: 0.04, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #929B99 is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB 146 155 153 -
CMYK 0.06 0 0.01 0.39
HSL 166.67º 0.04% 0.59% -
HSV(B) 166.67º 0.06% 0.61% -
XYZ 29.33 31.85 34.74 -
YUV 152.08 128.52 123.66 -
System Red Green Blue C M Y K H S L
Decimal 146 155 153 0.06 0 0.01 0.39 166.67 0.04 0.59
Hex 92 9B 99 6 0 1 27 A7 4 3B
Octal 222 233 231 6 0 1 47 247 4 73
Binary 10010010 10011011 10011001 110 0 1 100111 10100111 100 111011

Color Harmonies of #929B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929B99

Black with #929B99

Text Example


Text Example

White with #929B99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #929B99; }

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

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

background-color css

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

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

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

border-color css

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

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

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