#93A276

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

Shades of Sage #93A276

Tints of Sage #93A276

Color information

#93A276 (or 0x93A276) is unknown color: approx Sage. HEX triplet: 93, A2 and 76. RGB value is (147,162,118). Sum of RGB (Red+Green+Blue) = 147+162+118=427 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.43% from 427); Green value is 162 (63.67% from 255 or 37.94% from 427); Blue value is 118 (46.48% from 255 or 27.63% from 427); Max value from RGB is 162 - color contains mainly: green. Hex color #93A276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93A276 is #6C5D89. Grayscale: #989898. Windows color (decimal): -7101834 or 7774867. OLE color: 7774867.

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

Color convert

RGB147162118-
CMYK0.0900.270.36
HSL80.45º19.13%54.9%-
HSV(B)80.45º27.16%63.53%-
XYZ28.2233.3522.09-
YUV152.5108.53124.08-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.43%
GREEN value IS 162 (63.67% from 255) = 37.94%
BLUE value IS 118 (46.48% from 255) = 27.63%
R=34.43%
G=37.94%
B=27.63%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1471621180.0900.270.3680.4519.1354.9
Hex93A276901B24501337
Octal22324216611033441202367
Binary100100111010001011101101001011011100100101000010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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