#959D8E

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

Shades of Delta #959D8E

Tints of Delta #959D8E

Color information

#959D8E (or 0x959D8E) is unknown color: approx Delta. HEX triplet: 95, 9D and 8E. RGB value is (149,157,142). Sum of RGB (Red+Green+Blue) = 149+157+142=448 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.26% from 448); Green value is 157 (61.72% from 255 or 35.04% from 448); Blue value is 142 (55.86% from 255 or 31.70% from 448); Max value from RGB is 157 - color contains mainly: green. Hex color #959D8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959D8E is #6A6271. Grayscale: #989898. Windows color (decimal): -6972018 or 9346453. OLE color: 9346453.

HSL color Cylindrical-coordinate representation of color #959D8E: hue angle of 92º degrees, saturation: 0.07, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #959D8E is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB149157142-
CMYK0.0500.100.38
HSL92º7.11%58.63%-
HSV(B)92º9.55%61.57%-
XYZ29.3332.4630.31-
YUV152.9121.85125.22-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.26%
GREEN value IS 157 (61.72% from 255) = 35.04%
BLUE value IS 142 (55.86% from 255) = 31.70%
R=33.26%
G=35.04%
B=31.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1491571420.0500.100.38927.1158.63
Hex959D8E50A265c73b
Octal225235216501246134773
Binary100101011001110110001110101010101001101011100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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