Html Css Color HEX #93A27C Sage

📋 copy color: '#93A27C'

red 147 ◦ green 162 ◦ blue 124

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

Shades of Sage #93A27C

Tints of Sage #93A27C

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.41%

 BLUE value IS 124 (48.83% from 255) = 28.64%

R = 33.95%
G = 37.41%
B = 28.64%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#93A27C (or 0x93A27C) is known color: Sage. HEX triplet: 93, A2 and 7C. RGB value is (147,162,124). Sum of RGB (Red+Green+Blue) = 147+162+124=433 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.95% from 433); Green value is 162 (63.67% from 255 or 37.41% from 433); Blue value is 124 (48.83% from 255 or 28.64% from 433); Max value from RGB is 162 - color contains mainly: green. Hex color #93A27C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93A27C is #6C5D83. Grayscale: #999999. Windows color (decimal): -7101828 or 8168083. OLE color: 8168083.

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

Color convert

RGB 147 162 124 -
CMYK 0.09 0 0.23 0.36
HSL 83.68º 0.17% 0.56% -
HSV(B) 83.68º 0.23% 0.64% -
XYZ 28.59 33.5 24.03 -
YUV 153.18 111.53 123.59 -
System Red Green Blue C M Y K H S L
Decimal 147 162 124 0.09 0 0.23 0.36 83.68 0.17 0.56
Hex 93 A2 7C 9 0 17 24 54 11 38
Octal 223 242 174 11 0 27 44 124 21 70
Binary 10010011 10100010 1111100 1001 0 10111 100100 1010100 10001 111000

Color Harmonies of #93A27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A27C

Black with #93A27C

Text Example


Text Example

White with #93A27C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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