#959C82

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

Shades of Sage #959C82

Tints of Sage #959C82

Color information

#959C82 (or 0x959C82) is unknown color: approx Sage. HEX triplet: 95, 9C and 82. RGB value is (149,156,130). Sum of RGB (Red+Green+Blue) = 149+156+130=435 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.25% from 435); Green value is 156 (61.33% from 255 or 35.86% from 435); Blue value is 130 (51.17% from 255 or 29.89% from 435); Max value from RGB is 156 - color contains mainly: green. Hex color #959C82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959C82 is #6A637D. Grayscale: #979797. Windows color (decimal): -6972286 or 8559765. OLE color: 8559765.

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

Color convert

RGB149156130-
CMYK0.0400.170.39
HSL76.15º11.61%56.08%-
HSV(B)76.15º16.67%61.18%-
XYZ28.3131.7825.76-
YUV150.94116.18126.61-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.25%
GREEN value IS 156 (61.33% from 255) = 35.86%
BLUE value IS 130 (51.17% from 255) = 29.89%
R=34.25%
G=35.86%
B=29.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1491561300.0400.170.3976.1511.6156.08
Hex959C824011274cc38
Octal2252342024021471141470
Binary10010101100111001000001010001000110011110011001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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