Html Css Color HEX #959B86 Sage

📋 copy color: '#959B86'

red 149 ◦ green 155 ◦ blue 134

#959B86
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sage #959B86

Tints of Sage #959B86

RGB

 RED value IS 149 (58.59% from 255) = 34.02%

 GREEN value IS 155 (60.94% from 255) = 35.39%

 BLUE value IS 134 (52.73% from 255) = 30.59%

R = 34.02%
G = 35.39%
B = 30.59%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.14

 K value IS 0.39

RGB Variations

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

Color information

#959B86 (or 0x959B86) is known color: Sage. HEX triplet: 95, 9B and 86. RGB value is (149,155,134). Sum of RGB (Red+Green+Blue) = 149+155+134=438 (58% of max value = 765). Red value is 149 (58.59% from 255 or 34.02% from 438); Green value is 155 (60.94% from 255 or 35.39% from 438); Blue value is 134 (52.73% from 255 or 30.59% from 438); Max value from RGB is 155 - color contains mainly: green. Hex color #959B86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959B86 is #6A6479. Grayscale: #969696. Windows color (decimal): -6972538 or 8821653. OLE color: 8821653.

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

Color convert

RGB 149 155 134 -
CMYK 0.04 0 0.14 0.39
HSL 77.14º 0.1% 0.57% -
HSV(B) 77.14º 0.14% 0.61% -
XYZ 28.42 31.55 27.15 -
YUV 150.81 118.51 126.71 -
System Red Green Blue C M Y K H S L
Decimal 149 155 134 0.04 0 0.14 0.39 77.14 0.1 0.57
Hex 95 9B 86 4 0 E 27 4D A 39
Octal 225 233 206 4 0 16 47 115 12 71
Binary 10010101 10011011 10000110 100 0 1110 100111 1001101 1010 111001

Color Harmonies of #959B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959B86

Black with #959B86

Text Example


Text Example

White with #959B86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,155,134); }

 H1.HeaderClassName
 {
   color: #959B86;
 }
 .AnyTagClassName
 {
   color: #959B86;
 }
</style>

background-color css

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

 a { background-color: rgb(149,155,134); }

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

border-color css

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

 span { border-color: rgb(149,155,134); }

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