Html Css Color HEX #959188 Heathered Grey

📋 copy color: '#959188'

red 149 ◦ green 145 ◦ blue 136

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

Shades of Heathered Grey #959188

Tints of Heathered Grey #959188

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.72%

 BLUE value IS 136 (53.52% from 255) = 31.63%

R = 34.65%
G = 33.72%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#959188 (or 0x959188) is known color: Heathered Grey. HEX triplet: 95, 91 and 88. RGB value is (149,145,136). Sum of RGB (Red+Green+Blue) = 149+145+136=430 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.65% from 430); Green value is 145 (57.03% from 255 or 33.72% from 430); Blue value is 136 (53.52% from 255 or 31.63% from 430); Max value from RGB is 149 - color contains mainly: red. Hex color #959188 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959188 is #6A6E77. Grayscale: #919191. Windows color (decimal): -6975096 or 8950165. OLE color: 8950165.

HSL color Cylindrical-coordinate representation of color #959188: hue angle of 41.54º degrees, saturation: 0.06, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #959188 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 145 136 -
CMYK 0 0.03 0.09 0.42
HSL 41.54º 0.06% 0.56% -
HSV(B) 41.54º 0.09% 0.58% -
XYZ 26.96 28.42 27.36 -
YUV 145.17 122.83 130.73 -
System Red Green Blue C M Y K H S L
Decimal 149 145 136 0 0.03 0.09 0.42 41.54 0.06 0.56
Hex 95 91 88 0 3 9 2A 2A 6 38
Octal 225 221 210 0 3 11 52 52 6 70
Binary 10010101 10010001 10001000 0 11 1001 101010 101010 110 111000

Color Harmonies of #959188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959188

Black with #959188

Text Example


Text Example

White with #959188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959188; }

 p { color: rgb(149,145,136); }

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

background-color css

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

 a { background-color: rgb(149,145,136); }

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

border-color css

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

 span { border-color: rgb(149,145,136); }

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