Html Css Color HEX #959986 Sage

📋 copy color: '#959986'

red 149 ◦ green 153 ◦ blue 134

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

Shades of Sage #959986

Tints of Sage #959986

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.09%

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

R = 34.17%
G = 35.09%
B = 30.73%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#959986 (or 0x959986) is known color: Sage. HEX triplet: 95, 99 and 86. RGB value is (149,153,134). Sum of RGB (Red+Green+Blue) = 149+153+134=436 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.17% from 436); Green value is 153 (60.16% from 255 or 35.09% from 436); Blue value is 134 (52.73% from 255 or 30.73% from 436); Max value from RGB is 153 - color contains mainly: green. Hex color #959986 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959986 is #6A6679. Grayscale: #959595. Windows color (decimal): -6973050 or 8821141. OLE color: 8821141.

HSL color Cylindrical-coordinate representation of color #959986: hue angle of 72.63º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #959986 is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB 149 153 134 -
CMYK 0.03 0 0.12 0.4
HSL 72.63º 0.09% 0.56% -
HSV(B) 72.63º 0.12% 0.6% -
XYZ 28.09 30.89 27.04 -
YUV 149.64 119.17 127.54 -
System Red Green Blue C M Y K H S L
Decimal 149 153 134 0.03 0 0.12 0.4 72.63 0.09 0.56
Hex 95 99 86 3 0 C 28 49 9 38
Octal 225 231 206 3 0 14 50 111 11 70
Binary 10010101 10011001 10000110 11 0 1100 101000 1001001 1001 111000

Color Harmonies of #959986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959986

Black with #959986

Text Example


Text Example

White with #959986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959986; }

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

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

background-color css

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

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

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

border-color css

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

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

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