#959D8C

Color #959D8C Delta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Delta #959D8C

Tints of Delta #959D8C

Color information

#959D8C (or 0x959D8C) is unknown color: approx Delta. HEX triplet: 95, 9D and 8C. RGB value is (149,157,140). Sum of RGB (Red+Green+Blue) = 149+157+140=446 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.41% from 446); Green value is 157 (61.72% from 255 or 35.20% from 446); Blue value is 140 (55.08% from 255 or 31.39% from 446); Max value from RGB is 157 - color contains mainly: green. Hex color #959D8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959D8C is #6A6273. Grayscale: #989898. Windows color (decimal): -6972020 or 9215381. OLE color: 9215381.

HSL color Cylindrical-coordinate representation of color #959D8C: hue angle of 88.24º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #959D8C is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB149157140-
CMYK0.0500.110.38
HSL88.24º7.98%58.24%-
HSV(B)88.24º10.83%61.57%-
XYZ29.1932.429.53-
YUV152.67120.85125.38-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.41%
GREEN value IS 157 (61.72% from 255) = 35.20%
BLUE value IS 140 (55.08% from 255) = 31.39%
R=33.41%
G=35.20%
B=31.39%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1491571400.0500.110.3888.247.9858.24
Hex959D8C50B265883a
Octal2252352145013461301072
Binary1001010110011101100011001010101110011010110001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959D8C; }

 p { color: rgb(149,157,140); }

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

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

 a { background-color: rgb(149,157,140); }

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

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

 span { border-color: rgb(149,157,140); }

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