#94A280

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

Shades of Sage #94A280

Tints of Sage #94A280

Color information

#94A280 (or 0x94A280) is unknown color: approx Sage. HEX triplet: 94, A2 and 80. RGB value is (148,162,128). Sum of RGB (Red+Green+Blue) = 148+162+128=438 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.79% from 438); Green value is 162 (63.67% from 255 or 36.99% from 438); Blue value is 128 (50.39% from 255 or 29.22% from 438); Max value from RGB is 162 - color contains mainly: green. Hex color #94A280 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A280 is #6B5D7F. Grayscale: #9A9A9A. Windows color (decimal): -7036288 or 8430228. OLE color: 8430228.

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

Color convert

RGB148162128-
CMYK0.0900.210.36
HSL84.71º15.45%56.86%-
HSV(B)84.71º20.99%63.53%-
XYZ29.0333.725.4-
YUV153.94113.36123.76-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.79%
GREEN value IS 162 (63.67% from 255) = 36.99%
BLUE value IS 128 (50.39% from 255) = 29.22%
R=33.79%
G=36.99%
B=29.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1481621280.0900.210.3684.7115.4556.86
Hex94A28090152455f39
Octal22424220011025441251771
Binary100101001010001010000000100101010110010010101011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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