Html Css Color HEX #93A280 Sage

📋 copy color: '#93A280'

red 147 ◦ green 162 ◦ blue 128

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

Shades of Sage #93A280

Tints of Sage #93A280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 29.29%

R = 33.64%
G = 37.07%
B = 29.29%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#93A280 (or 0x93A280) is known color: Sage. HEX triplet: 93, A2 and 80. RGB value is (147,162,128). Sum of RGB (Red+Green+Blue) = 147+162+128=437 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.64% from 437); Green value is 162 (63.67% from 255 or 37.07% from 437); Blue value is 128 (50.39% from 255 or 29.29% from 437); Max value from RGB is 162 - color contains mainly: green. Hex color #93A280 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A280 is #6C5D7F. Grayscale: #999999. Windows color (decimal): -7101824 or 8430227. OLE color: 8430227.

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

Color convert

RGB 147 162 128 -
CMYK 0.09 0 0.21 0.36
HSL 86.47º 0.15% 0.57% -
HSV(B) 86.47º 0.21% 0.64% -
XYZ 28.85 33.6 25.39 -
YUV 153.64 113.53 123.26 -
System Red Green Blue C M Y K H S L
Decimal 147 162 128 0.09 0 0.21 0.36 86.47 0.15 0.57
Hex 93 A2 80 9 0 15 24 56 F 39
Octal 223 242 200 11 0 25 44 126 17 71
Binary 10010011 10100010 10000000 1001 0 10101 100100 1010110 1111 111001

Color Harmonies of #93A280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A280

Black with #93A280

Text Example


Text Example

White with #93A280

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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