#94A271

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

Shades of Sage #94A271

Tints of Sage #94A271

Color information

#94A271 (or 0x94A271) is unknown color: approx Sage. HEX triplet: 94, A2 and 71. RGB value is (148,162,113). Sum of RGB (Red+Green+Blue) = 148+162+113=423 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.99% from 423); Green value is 162 (63.67% from 255 or 38.30% from 423); Blue value is 113 (44.53% from 255 or 26.71% from 423); Max value from RGB is 162 - color contains mainly: green. Hex color #94A271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A271 is #6B5D8E. Grayscale: #989898. Windows color (decimal): -7036303 or 7447188. OLE color: 7447188.

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

Color convert

RGB148162113-
CMYK0.0900.300.36
HSL77.14º20.85%53.92%-
HSV(B)77.14º30.25%63.53%-
XYZ28.1133.3320.57-
YUV152.23105.86124.98-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.99%
GREEN value IS 162 (63.67% from 255) = 38.30%
BLUE value IS 113 (44.53% from 255) = 26.71%
R=34.99%
G=38.30%
B=26.71%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1481621130.0900.300.3677.1420.8553.92
Hex94A271901E244d1536
Octal22424216111036441152566
Binary100101001010001011100011001011110100100100110110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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