#949188

Color #949188 Heathered Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heathered Grey #949188

Tints of Heathered Grey #949188

Color information

#949188 (or 0x949188) is unknown color: approx Heathered Grey. HEX triplet: 94, 91 and 88. RGB value is (148,145,136). Sum of RGB (Red+Green+Blue) = 148+145+136=429 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.50% from 429); Green value is 145 (57.03% from 255 or 33.80% from 429); Blue value is 136 (53.52% from 255 or 31.70% from 429); Max value from RGB is 148 - color contains mainly: red. Hex color #949188 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949188 is #6B6E77. Grayscale: #909090. Windows color (decimal): -7040632 or 8950164. OLE color: 8950164.

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

Color convert

RGB148145136-
CMYK00.020.080.42
HSL45º5.31%55.69%-
HSV(B)45º8.11%58.04%-
XYZ26.7828.3227.35-
YUV144.87122.99130.23-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.50%
GREEN value IS 145 (57.03% from 255) = 33.80%
BLUE value IS 136 (53.52% from 255) = 31.70%
R=34.50%
G=33.80%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814513600.020.080.42455.3155.69
Hex9491880282A2d538
Octal22422121002105255570
Binary1001010010010001100010000101000101010101101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949188; }

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

 H1.HeaderClassName
 {
   color: #949188;
 }
 .AnyTagClassName
 {
   color: #949188;
 }
</style>
background-color css

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

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

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

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

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

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