#899277

Color #899277 Sage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sage #899277

Tints of Sage #899277

Color information

#899277 (or 0x899277) is unknown color: approx 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

RGB137146119-
CMYK0.0600.180.43
HSL80º11.02%51.96%-
HSV(B)80º18.49%57.25%-
XYZ23.9327.2121.44-
YUV140.23116.02125.7-

RGB Variations

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

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.60%
R=34.08%
G=36.32%
B=29.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1371461190.0600.180.438011.0251.96
Hex89927760122B50b34
Octal2112221676022531201364
Binary1000100110010010111011111001001010101110100001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>