#90A473

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

Shades of Sage #90A473

Tints of Sage #90A473

Color information

#90A473 (or 0x90A473) is unknown color: approx Sage. HEX triplet: 90, A4 and 73. RGB value is (144,164,115). Sum of RGB (Red+Green+Blue) = 144+164+115=423 (56% of max value = 765). Red value is 144 (56.64% from 255 or 34.04% from 423); Green value is 164 (64.45% from 255 or 38.77% from 423); Blue value is 115 (45.31% from 255 or 27.19% from 423); Max value from RGB is 164 - color contains mainly: green. Hex color #90A473 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90A473 is #6F5B8C. Grayscale: #989898. Windows color (decimal): -7297933 or 7578768. OLE color: 7578768.

HSL color Cylindrical-coordinate representation of color #90A473: hue angle of 84.49º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #90A473 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB144164115-
CMYK0.1200.300.36
HSL84.49º21.21%54.71%-
HSV(B)84.49º29.88%64.31%-
XYZ27.8733.7221.26-
YUV152.43106.87121.98-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.04%
GREEN value IS 164 (64.45% from 255) = 38.77%
BLUE value IS 115 (45.31% from 255) = 27.19%
R=34.04%
G=38.77%
B=27.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1441641150.1200.300.3684.4921.2154.71
Hex90A473C01E24541537
Octal22024416314036441242567
Binary100100001010010011100111100011110100100101010010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90A473; }

 p { color: rgb(144,164,115); }

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

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

 a { background-color: rgb(144,164,115); }

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

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

 span { border-color: rgb(144,164,115); }

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