Html Css Color HEX #959983 Sage

📋 copy color: '#959983'

red 149 ◦ green 153 ◦ blue 131

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

Shades of Sage #959983

Tints of Sage #959983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 30.25%

R = 34.41%
G = 35.33%
B = 30.25%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.14

 K value IS 0.4

RGB Variations

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

Color information

#959983 (or 0x959983) is known color: Sage. HEX triplet: 95, 99 and 83. RGB value is (149,153,131). Sum of RGB (Red+Green+Blue) = 149+153+131=433 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.41% from 433); Green value is 153 (60.16% from 255 or 35.33% from 433); Blue value is 131 (51.56% from 255 or 30.25% from 433); Max value from RGB is 153 - color contains mainly: green. Hex color #959983 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959983 is #6A667C. Grayscale: #959595. Windows color (decimal): -6973053 or 8624533. OLE color: 8624533.

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

Color convert

RGB 149 153 131 -
CMYK 0.03 0 0.14 0.4
HSL 70.91º 0.1% 0.56% -
HSV(B) 70.91º 0.14% 0.6% -
XYZ 27.88 30.81 25.95 -
YUV 149.3 117.67 127.79 -
System Red Green Blue C M Y K H S L
Decimal 149 153 131 0.03 0 0.14 0.4 70.91 0.1 0.56
Hex 95 99 83 3 0 E 28 47 A 38
Octal 225 231 203 3 0 16 50 107 12 70
Binary 10010101 10011001 10000011 11 0 1110 101000 1000111 1010 111000

Color Harmonies of #959983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959983

Black with #959983

Text Example


Text Example

White with #959983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959983; }

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

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

background-color css

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

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

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

border-color css

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

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

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