#94A471

Color #94A471 Sage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sage #94A471

Tints of Sage #94A471

Color information

#94A471 (or 0x94A471) is unknown color: approx Sage. HEX triplet: 94, A4 and 71. RGB value is (148,164,113). Sum of RGB (Red+Green+Blue) = 148+164+113=425 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.82% from 425); Green value is 164 (64.45% from 255 or 38.59% from 425); Blue value is 113 (44.53% from 255 or 26.59% from 425); Max value from RGB is 164 - color contains mainly: green. Hex color #94A471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A471 is #6B5B8E. Grayscale: #999999. Windows color (decimal): -7035791 or 7447700. OLE color: 7447700.

HSL color Cylindrical-coordinate representation of color #94A471: hue angle of 78.82º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #94A471 is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB148164113-
CMYK0.1000.310.36
HSL78.82º21.89%54.31%-
HSV(B)78.82º31.1%64.31%-
XYZ28.4734.0420.69-
YUV153.4105.2124.15-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.82%
GREEN value IS 164 (64.45% from 255) = 38.59%
BLUE value IS 113 (44.53% from 255) = 26.59%
R=34.82%
G=38.59%
B=26.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1481641130.1000.310.3678.8221.8954.31
Hex94A471A01F244f1636
Octal22424416112037441172666
Binary100101001010010011100011010011111100100100111110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #94A471;
 }
 .AnyTagClassName
 {
   color: #94A471;
 }
</style>
background-color css

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

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

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

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

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

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