Html Css Color HEX #989D85 Sage

📋 copy color: '#989D85'

red 152 ◦ green 157 ◦ blue 133

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

Shades of Sage #989D85

Tints of Sage #989D85

RGB

 RED value IS 152 (59.77% from 255) = 34.39%

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

 BLUE value IS 133 (52.34% from 255) = 30.09%

R = 34.39%
G = 35.52%
B = 30.09%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.15

 K value IS 0.38

RGB Variations

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

Color information

#989D85 (or 0x989D85) is known color: Sage. HEX triplet: 98, 9D and 85. RGB value is (152,157,133). Sum of RGB (Red+Green+Blue) = 152+157+133=442 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.39% from 442); Green value is 157 (61.72% from 255 or 35.52% from 442); Blue value is 133 (52.34% from 255 or 30.09% from 442); Max value from RGB is 157 - color contains mainly: green. Hex color #989D85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989D85 is #67627A. Grayscale: #989898. Windows color (decimal): -6775419 or 8756632. OLE color: 8756632.

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

Color convert

RGB 152 157 133 -
CMYK 0.03 0 0.15 0.38
HSL 72.5º 0.11% 0.57% -
HSV(B) 72.5º 0.15% 0.62% -
XYZ 29.24 32.48 26.92 -
YUV 152.77 116.84 127.45 -
System Red Green Blue C M Y K H S L
Decimal 152 157 133 0.03 0 0.15 0.38 72.5 0.11 0.57
Hex 98 9D 85 3 0 F 26 48 B 39
Octal 230 235 205 3 0 17 46 110 13 71
Binary 10011000 10011101 10000101 11 0 1111 100110 1001000 1011 111001

Color Harmonies of #989D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989D85

Black with #989D85

Text Example


Text Example

White with #989D85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989D85; }

 p { color: rgb(152,157,133); }

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

background-color css

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

 a { background-color: rgb(152,157,133); }

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

border-color css

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

 span { border-color: rgb(152,157,133); }

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