#959182

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

Shades of Heathered Grey #959182

Tints of Heathered Grey #959182

Color information

#959182 (or 0x959182) is unknown color: approx Heathered Grey. HEX triplet: 95, 91 and 82. RGB value is (149,145,130). Sum of RGB (Red+Green+Blue) = 149+145+130=424 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.14% from 424); Green value is 145 (57.03% from 255 or 34.20% from 424); Blue value is 130 (51.17% from 255 or 30.66% from 424); Max value from RGB is 149 - color contains mainly: red. Hex color #959182 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959182 is #6A6E7D. Grayscale: #909090. Windows color (decimal): -6975102 or 8556949. OLE color: 8556949.

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

Color convert

RGB149145130-
CMYK00.030.130.42
HSL47.37º8.23%54.71%-
HSV(B)47.37º12.75%58.43%-
XYZ26.5528.2525.17-
YUV144.49119.83131.22-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.14%
GREEN value IS 145 (57.03% from 255) = 34.20%
BLUE value IS 130 (51.17% from 255) = 30.66%
R=35.14%
G=34.20%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914513000.030.130.4247.378.2354.71
Hex95918203D2A2f837
Octal225221202031552571067
Binary10010101100100011000001001111011010101011111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959182; }

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

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

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

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

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

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

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

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