Html Css Color HEX #899277 Sage

📋 copy color: '#899277'

red 137 ◦ green 146 ◦ blue 119

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

Shades of Sage #899277

Tints of Sage #899277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 29.6%

R = 34.08%
G = 36.32%
B = 29.6%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#899277 (or 0x899277) is known color: Sage. HEX triplet: 89, 92 and 77. RGB value is (137,146,119). Sum of RGB (Red+Green+Blue) = 137+146+119=402 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.08% from 402); Green value is 146 (57.42% from 255 or 36.32% from 402); Blue value is 119 (46.88% from 255 or 29.60% from 402); Max value from RGB is 146 - color contains mainly: green. Hex color #899277 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899277 is #766D88. Grayscale: #8C8C8C. Windows color (decimal): -7761289 or 7836297. OLE color: 7836297.

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

Color convert

RGB 137 146 119 -
CMYK 0.06 0 0.18 0.43
HSL 80º 0.11% 0.52% -
HSV(B) 80º 0.18% 0.57% -
XYZ 23.93 27.21 21.44 -
YUV 140.23 116.02 125.7 -
System Red Green Blue C M Y K H S L
Decimal 137 146 119 0.06 0 0.18 0.43 80 0.11 0.52
Hex 89 92 77 6 0 12 2B 50 B 34
Octal 211 222 167 6 0 22 53 120 13 64
Binary 10001001 10010010 1110111 110 0 10010 101011 1010000 1011 110100

Color Harmonies of #899277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899277

Black with #899277

Text Example


Text Example

White with #899277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899277; }

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

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

background-color css

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

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

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

border-color css

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

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

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