#959C88

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

Shades of Delta #959C88

Tints of Delta #959C88

Color information

#959C88 (or 0x959C88) is unknown color: approx Delta. HEX triplet: 95, 9C and 88. RGB value is (149,156,136). Sum of RGB (Red+Green+Blue) = 149+156+136=441 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.79% from 441); Green value is 156 (61.33% from 255 or 35.37% from 441); Blue value is 136 (53.52% from 255 or 30.84% from 441); Max value from RGB is 156 - color contains mainly: green. Hex color #959C88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959C88 is #6A6377. Grayscale: #979797. Windows color (decimal): -6972280 or 8952981. OLE color: 8952981.

HSL color Cylindrical-coordinate representation of color #959C88: hue angle of 81º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #959C88 is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.39.

Color convert

RGB149156136-
CMYK0.0400.130.39
HSL81º9.17%57.25%-
HSV(B)81º12.82%61.18%-
XYZ28.7331.9427.94-
YUV151.63119.18126.13-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.79%
GREEN value IS 156 (61.33% from 255) = 35.37%
BLUE value IS 136 (53.52% from 255) = 30.84%
R=33.79%
G=35.37%
B=30.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1491561360.0400.130.39819.1757.25
Hex959C8840D2751939
Octal2252342104015471211171
Binary1001010110011100100010001000110110011110100011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,156,136); }

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

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

 a { background-color: rgb(149,156,136); }

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

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

 span { border-color: rgb(149,156,136); }

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