Html Css Color HEX #899279 Sage

📋 copy color: '#899279'

red 137 ◦ green 146 ◦ blue 121

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

Shades of Sage #899279

Tints of Sage #899279

RGB

 RED value IS 137 (53.91% from 255) = 33.91%

 GREEN value IS 146 (57.42% from 255) = 36.14%

 BLUE value IS 121 (47.66% from 255) = 29.95%

R = 33.91%
G = 36.14%
B = 29.95%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#899279 (or 0x899279) is known color: Sage. HEX triplet: 89, 92 and 79. RGB value is (137,146,121). Sum of RGB (Red+Green+Blue) = 137+146+121=404 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.91% from 404); Green value is 146 (57.42% from 255 or 36.14% from 404); Blue value is 121 (47.66% from 255 or 29.95% from 404); Max value from RGB is 146 - color contains mainly: green. Hex color #899279 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899279 is #766D86. Grayscale: #8C8C8C. Windows color (decimal): -7761287 or 7967369. OLE color: 7967369.

HSL color Cylindrical-coordinate representation of color #899279: hue angle of 81.6º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #899279 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB 137 146 121 -
CMYK 0.06 0 0.17 0.43
HSL 81.6º 0.1% 0.52% -
HSV(B) 81.6º 0.17% 0.57% -
XYZ 24.05 27.26 22.08 -
YUV 140.46 117.02 125.53 -
System Red Green Blue C M Y K H S L
Decimal 137 146 121 0.06 0 0.17 0.43 81.6 0.1 0.52
Hex 89 92 79 6 0 11 2B 52 A 34
Octal 211 222 171 6 0 21 53 122 12 64
Binary 10001001 10010010 1111001 110 0 10001 101011 1010010 1010 110100

Color Harmonies of #899279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899279

Black with #899279

Text Example


Text Example

White with #899279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899279; }

 p { color: rgb(137,146,121); }

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

background-color css

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

 a { background-color: rgb(137,146,121); }

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

border-color css

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

 span { border-color: rgb(137,146,121); }

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