Html Css Color HEX #93A46E Sage

📋 copy color: '#93A46E'

red 147 ◦ green 164 ◦ blue 110

#93A46E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sage #93A46E

Tints of Sage #93A46E

RGB

 RED value IS 147 (57.81% from 255) = 34.92%

 GREEN value IS 164 (64.45% from 255) = 38.95%

 BLUE value IS 110 (43.36% from 255) = 26.13%

R = 34.92%
G = 38.95%
B = 26.13%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#93A46E (or 0x93A46E) is known color: Sage. HEX triplet: 93, A4 and 6E. RGB value is (147,164,110). Sum of RGB (Red+Green+Blue) = 147+164+110=421 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.92% from 421); Green value is 164 (64.45% from 255 or 38.95% from 421); Blue value is 110 (43.36% from 255 or 26.13% from 421); Max value from RGB is 164 - color contains mainly: green. Hex color #93A46E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93A46E is #6C5B91. Grayscale: #989898. Windows color (decimal): -7101330 or 7251091. OLE color: 7251091.

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

Color convert

RGB 147 164 110 -
CMYK 0.10 0 0.33 0.36
HSL 78.89º 0.23% 0.54% -
HSV(B) 78.89º 0.33% 0.64% -
XYZ 28.12 33.88 19.81 -
YUV 152.76 103.87 123.89 -
System Red Green Blue C M Y K H S L
Decimal 147 164 110 0.10 0 0.33 0.36 78.89 0.23 0.54
Hex 93 A4 6E A 0 21 24 4F 17 36
Octal 223 244 156 12 0 41 44 117 27 66
Binary 10010011 10100100 1101110 1010 0 100001 100100 1001111 10111 110110

Color Harmonies of #93A46E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A46E

Black with #93A46E

Text Example


Text Example

White with #93A46E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,164,110); }

 H1.HeaderClassName
 {
   color: #93A46E;
 }
 .AnyTagClassName
 {
   color: #93A46E;
 }
</style>

background-color css

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

 a { background-color: rgb(147,164,110); }

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

border-color css

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

 span { border-color: rgb(147,164,110); }

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