#93A273

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

Shades of Sage #93A273

Tints of Sage #93A273

Color information

#93A273 (or 0x93A273) is unknown color: approx Sage. HEX triplet: 93, A2 and 73. RGB value is (147,162,115). Sum of RGB (Red+Green+Blue) = 147+162+115=424 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.67% from 424); Green value is 162 (63.67% from 255 or 38.21% from 424); Blue value is 115 (45.31% from 255 or 27.12% from 424); Max value from RGB is 162 - color contains mainly: green. Hex color #93A273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93A273 is #6C5D8C. Grayscale: #989898. Windows color (decimal): -7101837 or 7578259. OLE color: 7578259.

HSL color Cylindrical-coordinate representation of color #93A273: hue angle of 79.15º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93A273 is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB147162115-
CMYK0.0900.290.36
HSL79.15º20.17%54.31%-
HSV(B)79.15º29.01%63.53%-
XYZ28.0533.2821.17-
YUV152.16107.03124.32-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.67%
GREEN value IS 162 (63.67% from 255) = 38.21%
BLUE value IS 115 (45.31% from 255) = 27.12%
R=34.67%
G=38.21%
B=27.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1471621150.0900.290.3679.1520.1754.31
Hex93A273901D244f1436
Octal22324216311035441172466
Binary100100111010001011100111001011101100100100111110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93A273; }

 p { color: rgb(147,162,115); }

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

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

 a { background-color: rgb(147,162,115); }

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

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

 span { border-color: rgb(147,162,115); }

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