Html Css Color HEX #94A573 Sage

📋 copy color: '#94A573'

red 148 ◦ green 165 ◦ blue 115

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

Shades of Sage #94A573

Tints of Sage #94A573

RGB

 RED value IS 148 (58.2% from 255) = 34.58%

 GREEN value IS 165 (64.84% from 255) = 38.55%

 BLUE value IS 115 (45.31% from 255) = 26.87%

R = 34.58%
G = 38.55%
B = 26.87%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#94A573 (or 0x94A573) is known color: Sage. HEX triplet: 94, A5 and 73. RGB value is (148,165,115). Sum of RGB (Red+Green+Blue) = 148+165+115=428 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.58% from 428); Green value is 165 (64.84% from 255 or 38.55% from 428); Blue value is 115 (45.31% from 255 or 26.87% from 428); Max value from RGB is 165 - color contains mainly: green. Hex color #94A573 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A573 is #6B5A8C. Grayscale: #9A9A9A. Windows color (decimal): -7035533 or 7579028. OLE color: 7579028.

HSL color Cylindrical-coordinate representation of color #94A573: hue angle of 80.4º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #94A573 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 148 165 115 -
CMYK 0.10 0 0.30 0.35
HSL 80.4º 0.22% 0.55% -
HSV(B) 80.4º 0.3% 0.65% -
XYZ 28.76 34.44 21.35 -
YUV 154.22 105.87 123.57 -
System Red Green Blue C M Y K H S L
Decimal 148 165 115 0.10 0 0.30 0.35 80.4 0.22 0.55
Hex 94 A5 73 A 0 1E 23 50 16 37
Octal 224 245 163 12 0 36 43 120 26 67
Binary 10010100 10100101 1110011 1010 0 11110 100011 1010000 10110 110111

Color Harmonies of #94A573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A573

Black with #94A573

Text Example


Text Example

White with #94A573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94A573; }

 p { color: rgb(148,165,115); }

 H1.HeaderClassName
 {
   color: #94A573;
 }
 .AnyTagClassName
 {
   color: #94A573;
 }
</style>

background-color css

<style>
 a { background-color: #94A573; }

 a { background-color: rgb(148,165,115); }

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

border-color css

<style>
 span { border-color: #94A573; }

 span { border-color: rgb(148,165,115); }

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