#959E85

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

Shades of Delta #959E85

Tints of Delta #959E85

Color information

#959E85 (or 0x959E85) is unknown color: approx Delta. HEX triplet: 95, 9E and 85. RGB value is (149,158,133). Sum of RGB (Red+Green+Blue) = 149+158+133=440 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.86% from 440); Green value is 158 (62.11% from 255 or 35.91% from 440); Blue value is 133 (52.34% from 255 or 30.23% from 440); Max value from RGB is 158 - color contains mainly: green. Hex color #959E85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959E85 is #6A617A. Grayscale: #989898. Windows color (decimal): -6971771 or 8756885. OLE color: 8756885.

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

Color convert

RGB149158133-
CMYK0.0600.160.38
HSL81.6º11.42%57.06%-
HSV(B)81.6º15.82%61.96%-
XYZ28.8532.5426.95-
YUV152.46117.02125.53-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.86%
GREEN value IS 158 (62.11% from 255) = 35.91%
BLUE value IS 133 (52.34% from 255) = 30.23%
R=33.86%
G=35.91%
B=30.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1491581330.0600.160.3881.611.4257.06
Hex959E8560102652b39
Octal2252362056020461221371
Binary10010101100111101000010111001000010011010100101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,158,133); }

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

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

 a { background-color: rgb(149,158,133); }

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

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

 span { border-color: rgb(149,158,133); }

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