Html Css Color HEX #959B84 Sage

📋 copy color: '#959B84'

red 149 ◦ green 155 ◦ blue 132

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

Shades of Sage #959B84

Tints of Sage #959B84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 30.28%

R = 34.17%
G = 35.55%
B = 30.28%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.15

 K value IS 0.39

RGB Variations

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

Color information

#959B84 (or 0x959B84) is known color: Sage. HEX triplet: 95, 9B and 84. RGB value is (149,155,132). Sum of RGB (Red+Green+Blue) = 149+155+132=436 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.17% from 436); Green value is 155 (60.94% from 255 or 35.55% from 436); Blue value is 132 (51.95% from 255 or 30.28% from 436); Max value from RGB is 155 - color contains mainly: green. Hex color #959B84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959B84 is #6A647B. Grayscale: #969696. Windows color (decimal): -6972540 or 8690581. OLE color: 8690581.

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

Color convert

RGB 149 155 132 -
CMYK 0.04 0 0.15 0.39
HSL 75.65º 0.1% 0.56% -
HSV(B) 75.65º 0.15% 0.61% -
XYZ 28.28 31.5 26.42 -
YUV 150.58 117.51 126.87 -
System Red Green Blue C M Y K H S L
Decimal 149 155 132 0.04 0 0.15 0.39 75.65 0.1 0.56
Hex 95 9B 84 4 0 F 27 4C A 38
Octal 225 233 204 4 0 17 47 114 12 70
Binary 10010101 10011011 10000100 100 0 1111 100111 1001100 1010 111000

Color Harmonies of #959B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959B84

Black with #959B84

Text Example


Text Example

White with #959B84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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