#889273

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

Shades of Sage #889273

Tints of Sage #889273

Color information

#889273 (or 0x889273) is unknown color: approx Sage. HEX triplet: 88, 92 and 73. RGB value is (136,146,115). Sum of RGB (Red+Green+Blue) = 136+146+115=397 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.26% from 397); Green value is 146 (57.42% from 255 or 36.78% from 397); Blue value is 115 (45.31% from 255 or 28.97% from 397); Max value from RGB is 146 - color contains mainly: green. Hex color #889273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889273 is #776D8C. Grayscale: #8B8B8B. Windows color (decimal): -7826829 or 7574152. OLE color: 7574152.

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

Color convert

RGB136146115-
CMYK0.0700.210.43
HSL79.35º12.45%51.18%-
HSV(B)79.35º21.23%57.25%-
XYZ23.5327.0320.2-
YUV139.48114.19125.52-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.26%
GREEN value IS 146 (57.42% from 255) = 36.78%
BLUE value IS 115 (45.31% from 255) = 28.97%
R=34.26%
G=36.78%
B=28.97%

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
Decimal1361461150.0700.210.4379.3512.4551.18
Hex88927370152B4fc33
Octal2102221637025531171463
Binary1000100010010010111001111101010110101110011111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889273; }

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

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

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

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

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

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

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

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