#889274

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

Shades of Sage #889274

Tints of Sage #889274

Color information

#889274 (or 0x889274) is unknown color: approx Sage. HEX triplet: 88, 92 and 74. RGB value is (136,146,116). Sum of RGB (Red+Green+Blue) = 136+146+116=398 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.17% from 398); Green value is 146 (57.42% from 255 or 36.68% from 398); Blue value is 116 (45.70% from 255 or 29.15% from 398); Max value from RGB is 146 - color contains mainly: green. Hex color #889274 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889274 is #776D8B. Grayscale: #8B8B8B. Windows color (decimal): -7826828 or 7639688. OLE color: 7639688.

HSL color Cylindrical-coordinate representation of color #889274: hue angle of 80º 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 #889274 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB136146116-
CMYK0.0700.210.43
HSL80º12.1%51.37%-
HSV(B)80º20.55%57.25%-
XYZ23.5827.0520.5-
YUV139.59114.69125.44-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.17%
GREEN value IS 146 (57.42% from 255) = 36.68%
BLUE value IS 116 (45.70% from 255) = 29.15%
R=34.17%
G=36.68%
B=29.15%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1361461160.0700.210.438012.151.37
Hex88927470152B50c33
Octal2102221647025531201463
Binary1000100010010010111010011101010110101110100001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889274; }

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

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

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

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

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

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

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

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