#949884

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

Shades of Sage #949884

Tints of Sage #949884

Color information

#949884 (or 0x949884) is unknown color: approx Sage. HEX triplet: 94, 98 and 84. RGB value is (148,152,132). Sum of RGB (Red+Green+Blue) = 148+152+132=432 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.26% from 432); Green value is 152 (59.77% from 255 or 35.19% from 432); Blue value is 132 (51.95% from 255 or 30.56% from 432); Max value from RGB is 152 - color contains mainly: green. Hex color #949884 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949884 is #6B677B. Grayscale: #949494. Windows color (decimal): -7038844 or 8689812. OLE color: 8689812.

HSL color Cylindrical-coordinate representation of color #949884: hue angle of 72º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #949884 is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB148152132-
CMYK0.0300.130.40
HSL72º8.85%55.69%-
HSV(B)72º13.16%59.61%-
XYZ27.6130.4226.25-
YUV148.52118.67127.63-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.26%
GREEN value IS 152 (59.77% from 255) = 35.19%
BLUE value IS 132 (51.95% from 255) = 30.56%
R=34.26%
G=35.19%
B=30.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1481521320.0300.130.40728.8555.69
Hex94988430D2848938
Octal2242302043015501101170
Binary100101001001100010000100110110110100010010001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949884; }

 p { color: rgb(148,152,132); }

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

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

 a { background-color: rgb(148,152,132); }

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

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

 span { border-color: rgb(148,152,132); }

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