Html Css Color HEX #93987C Sage

📋 copy color: '#93987C'

red 147 ◦ green 152 ◦ blue 124

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

Shades of Sage #93987C

Tints of Sage #93987C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.93%

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

R = 34.75%
G = 35.93%
B = 29.31%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#93987C (or 0x93987C) is known color: Sage. HEX triplet: 93, 98 and 7C. RGB value is (147,152,124). Sum of RGB (Red+Green+Blue) = 147+152+124=423 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.75% from 423); Green value is 152 (59.77% from 255 or 35.93% from 423); Blue value is 124 (48.83% from 255 or 29.31% from 423); Max value from RGB is 152 - color contains mainly: green. Hex color #93987C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93987C is #6C6783. Grayscale: #939393. Windows color (decimal): -7104388 or 8165523. OLE color: 8165523.

HSL color Cylindrical-coordinate representation of color #93987C: hue angle of 70.71º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #93987C is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 147 152 124 -
CMYK 0.03 0 0.18 0.40
HSL 70.71º 0.12% 0.54% -
HSV(B) 70.71º 0.18% 0.6% -
XYZ 26.9 30.11 23.46 -
YUV 147.31 114.84 127.78 -
System Red Green Blue C M Y K H S L
Decimal 147 152 124 0.03 0 0.18 0.40 70.71 0.12 0.54
Hex 93 98 7C 3 0 12 28 47 C 36
Octal 223 230 174 3 0 22 50 107 14 66
Binary 10010011 10011000 1111100 11 0 10010 101000 1000111 1100 110110

Color Harmonies of #93987C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93987C

Black with #93987C

Text Example


Text Example

White with #93987C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93987C; }

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

 H1.HeaderClassName
 {
   color: #93987C;
 }
 .AnyTagClassName
 {
   color: #93987C;
 }
</style>

background-color css

<style>
 a { background-color: #93987C; }

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

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

border-color css

<style>
 span { border-color: #93987C; }

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

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