#899572

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

Shades of Sage #899572

Tints of Sage #899572

Color information

#899572 (or 0x899572) is unknown color: approx Sage. HEX triplet: 89, 95 and 72. RGB value is (137,149,114). Sum of RGB (Red+Green+Blue) = 137+149+114=400 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.25% from 400); Green value is 149 (58.59% from 255 or 37.25% from 400); Blue value is 114 (44.92% from 255 or 28.5% from 400); Max value from RGB is 149 - color contains mainly: green. Hex color #899572 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899572 is #766A8D. Grayscale: #8D8D8D. Windows color (decimal): -7760526 or 7509385. OLE color: 7509385.

HSL color Cylindrical-coordinate representation of color #899572: hue angle of 80.57º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #899572 is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB137149114-
CMYK0.0800.230.42
HSL80.57º14.17%51.57%-
HSV(B)80.57º23.49%58.43%-
XYZ24.128.0320.06-
YUV141.42112.52124.85-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.25%
GREEN value IS 149 (58.59% from 255) = 37.25%
BLUE value IS 114 (44.92% from 255) = 28.5%
R=34.25%
G=37.25%
B=28.5%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1371491140.0800.230.4280.5714.1751.57
Hex89957280172A51e34
Octal21122516210027521211664
Binary10001001100101011110010100001011110101010100011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899572; }

 p { color: rgb(137,149,114); }

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

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

 a { background-color: rgb(137,149,114); }

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

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

 span { border-color: rgb(137,149,114); }

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