Html Css Color HEX #94A473 Sage

📋 copy color: '#94A473'

red 148 ◦ green 164 ◦ blue 115

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

Shades of Sage #94A473

Tints of Sage #94A473

RGB

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

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

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

R = 34.66%
G = 38.41%
B = 26.93%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#94A473 (or 0x94A473) is known color: Sage. HEX triplet: 94, A4 and 73. RGB value is (148,164,115). Sum of RGB (Red+Green+Blue) = 148+164+115=427 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.66% from 427); Green value is 164 (64.45% from 255 or 38.41% from 427); Blue value is 115 (45.31% from 255 or 26.93% from 427); Max value from RGB is 164 - color contains mainly: green. Hex color #94A473 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A473 is #6B5B8C. Grayscale: #999999. Windows color (decimal): -7035789 or 7578772. OLE color: 7578772.

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

Color convert

RGB 148 164 115 -
CMYK 0.10 0 0.30 0.36
HSL 79.59º 0.21% 0.55% -
HSV(B) 79.59º 0.3% 0.64% -
XYZ 28.58 34.08 21.29 -
YUV 153.63 106.2 123.98 -
System Red Green Blue C M Y K H S L
Decimal 148 164 115 0.10 0 0.30 0.36 79.59 0.21 0.55
Hex 94 A4 73 A 0 1E 24 50 15 37
Octal 224 244 163 12 0 36 44 120 25 67
Binary 10010100 10100100 1110011 1010 0 11110 100100 1010000 10101 110111

Color Harmonies of #94A473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A473

Black with #94A473

Text Example


Text Example

White with #94A473

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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