#899274

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

Shades of Sage #899274

Tints of Sage #899274

Color information

#899274 (or 0x899274) is unknown color: approx Sage. HEX triplet: 89, 92 and 74. RGB value is (137,146,116). Sum of RGB (Red+Green+Blue) = 137+146+116=399 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.34% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 116 (45.70% from 255 or 29.07% from 399); Max value from RGB is 146 - color contains mainly: green. Hex color #899274 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899274 is #766D8B. Grayscale: #8C8C8C. Windows color (decimal): -7761292 or 7639689. OLE color: 7639689.

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

Color convert

RGB137146116-
CMYK0.0600.210.43
HSL78º12.1%51.37%-
HSV(B)78º20.55%57.25%-
XYZ23.7527.1420.51-
YUV139.89114.52125.94-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.34%
GREEN value IS 146 (57.42% from 255) = 36.59%
BLUE value IS 116 (45.70% from 255) = 29.07%
R=34.34%
G=36.59%
B=29.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1371461160.0600.210.437812.151.37
Hex89927460152B4ec33
Octal2112221646025531161463
Binary1000100110010010111010011001010110101110011101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899274; }

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

 H1.HeaderClassName
 {
   color: #899274;
 }
 .AnyTagClassName
 {
   color: #899274;
 }
</style>
background-color css

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

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

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

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

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

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