Html Css Color HEX #959D84 Sage

📋 copy color: '#959D84'

red 149 ◦ green 157 ◦ blue 132

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

Shades of Sage #959D84

Tints of Sage #959D84

RGB

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

 GREEN value IS 157 (61.72% from 255) = 35.84%

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

R = 34.02%
G = 35.84%
B = 30.14%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.16

 K value IS 0.38

RGB Variations

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

Color information

#959D84 (or 0x959D84) is known color: Sage. HEX triplet: 95, 9D and 84. RGB value is (149,157,132). Sum of RGB (Red+Green+Blue) = 149+157+132=438 (58% of max value = 765). Red value is 149 (58.59% from 255 or 34.02% from 438); Green value is 157 (61.72% from 255 or 35.84% from 438); Blue value is 132 (51.95% from 255 or 30.14% from 438); Max value from RGB is 157 - color contains mainly: green. Hex color #959D84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959D84 is #6A627B. Grayscale: #979797. Windows color (decimal): -6972028 or 8691093. OLE color: 8691093.

HSL color Cylindrical-coordinate representation of color #959D84: hue angle of 79.2º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #959D84 is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB 149 157 132 -
CMYK 0.05 0 0.16 0.38
HSL 79.2º 0.11% 0.57% -
HSV(B) 79.2º 0.16% 0.62% -
XYZ 28.62 32.17 26.53 -
YUV 151.76 116.85 126.03 -
System Red Green Blue C M Y K H S L
Decimal 149 157 132 0.05 0 0.16 0.38 79.2 0.11 0.57
Hex 95 9D 84 5 0 10 26 4F B 39
Octal 225 235 204 5 0 20 46 117 13 71
Binary 10010101 10011101 10000100 101 0 10000 100110 1001111 1011 111001

Color Harmonies of #959D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959D84

Black with #959D84

Text Example


Text Example

White with #959D84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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