Html Css Color HEX #959496 Amethyst Smoke

📋 copy color: '#959496'

red 149 ◦ green 148 ◦ blue 150

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

Shades of Amethyst Smoke #959496

Tints of Amethyst Smoke #959496

RGB

 RED value IS 149 (58.59% from 255) = 33.33%

 GREEN value IS 148 (58.2% from 255) = 33.11%

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

R = 33.33%
G = 33.11%
B = 33.56%

CMYK

 C value IS 0.01

 M value IS 0.01

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#959496 (or 0x959496) is known color: Amethyst Smoke. HEX triplet: 95, 94 and 96. RGB value is (149,148,150). Sum of RGB (Red+Green+Blue) = 149+148+150=447 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.33% from 447); Green value is 148 (58.20% from 255 or 33.11% from 447); Blue value is 150 (58.98% from 255 or 33.56% from 447); Max value from RGB is 150 - color contains mainly: blue. Hex color #959496 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959496 is #6A6B69. Grayscale: #949494. Windows color (decimal): -6974314 or 9868437. OLE color: 9868437.

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

Color convert

RGB 149 148 150 -
CMYK 0.01 0.01 0 0.41
HSL 270º 0.01% 0.58% -
HSV(B) 270º 0.01% 0.59% -
XYZ 28.49 29.77 33.1 -
YUV 148.53 128.83 128.34 -
System Red Green Blue C M Y K H S L
Decimal 149 148 150 0.01 0.01 0 0.41 270 0.01 0.58
Hex 95 94 96 1 1 0 29 10E 1 3A
Octal 225 224 226 1 1 0 51 416 1 72
Binary 10010101 10010100 10010110 1 1 0 101001 100001110 1 111010

Color Harmonies of #959496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959496

Black with #959496

Text Example


Text Example

White with #959496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959496; }

 p { color: rgb(149,148,150); }

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

background-color css

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

 a { background-color: rgb(149,148,150); }

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

border-color css

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

 span { border-color: rgb(149,148,150); }

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