Html Css Color HEX #959988 Sage

📋 copy color: '#959988'

red 149 ◦ green 153 ◦ blue 136

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

Shades of Sage #959988

Tints of Sage #959988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 31.05%

R = 34.02%
G = 34.93%
B = 31.05%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.11

 K value IS 0.4

RGB Variations

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

Color information

#959988 (or 0x959988) is known color: Sage. HEX triplet: 95, 99 and 88. RGB value is (149,153,136). Sum of RGB (Red+Green+Blue) = 149+153+136=438 (58% of max value = 765). Red value is 149 (58.59% from 255 or 34.02% from 438); Green value is 153 (60.16% from 255 or 34.93% from 438); Blue value is 136 (53.52% from 255 or 31.05% from 438); Max value from RGB is 153 - color contains mainly: green. Hex color #959988 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959988 is #6A6677. Grayscale: #959595. Windows color (decimal): -6973048 or 8952213. OLE color: 8952213.

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

Color convert

RGB 149 153 136 -
CMYK 0.03 0 0.11 0.4
HSL 74.12º 0.08% 0.57% -
HSV(B) 74.12º 0.11% 0.6% -
XYZ 28.23 30.95 27.78 -
YUV 149.87 120.17 127.38 -
System Red Green Blue C M Y K H S L
Decimal 149 153 136 0.03 0 0.11 0.4 74.12 0.08 0.57
Hex 95 99 88 3 0 B 28 4A 8 39
Octal 225 231 210 3 0 13 50 112 10 71
Binary 10010101 10011001 10001000 11 0 1011 101000 1001010 1000 111001

Color Harmonies of #959988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959988

Black with #959988

Text Example


Text Example

White with #959988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959988; }

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

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

background-color css

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

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

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

border-color css

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

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

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