#849881

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

Shades of Stack #849881

Tints of Stack #849881

Color information

#849881 (or 0x849881) is unknown color: approx Stack. HEX triplet: 84, 98 and 81. RGB value is (132,152,129). Sum of RGB (Red+Green+Blue) = 132+152+129=413 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.96% from 413); Green value is 152 (59.77% from 255 or 36.80% from 413); Blue value is 129 (50.78% from 255 or 31.23% from 413); Max value from RGB is 152 - color contains mainly: green. Hex color #849881 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849881 is #7B677E. Grayscale: #8F8F8F. Windows color (decimal): -8087423 or 8493188. OLE color: 8493188.

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

Color convert

RGB132152129-
CMYK0.1300.150.40
HSL112.17º10.04%55.1%-
HSV(B)112.17º15.13%59.61%-
XYZ24.7128.9525.05-
YUV143.4119.87119.87-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.96%
GREEN value IS 152 (59.77% from 255) = 36.80%
BLUE value IS 129 (50.78% from 255) = 31.23%
R=31.96%
G=36.80%
B=31.23%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1321521290.1300.150.40112.1710.0455.1
Hex849881D0F2870a37
Octal20423020115017501601267
Binary10000100100110001000000111010111110100011100001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849881; }

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

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

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

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

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

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

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

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