#839881

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

Shades of Stack #839881

Tints of Stack #839881

Color information

#839881 (or 0x839881) is unknown color: approx Stack. HEX triplet: 83, 98 and 81. RGB value is (131,152,129). Sum of RGB (Red+Green+Blue) = 131+152+129=412 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.80% from 412); Green value is 152 (59.77% from 255 or 36.89% from 412); Blue value is 129 (50.78% from 255 or 31.31% from 412); Max value from RGB is 152 - color contains mainly: green. Hex color #839881 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839881 is #7C677E. Grayscale: #8F8F8F. Windows color (decimal): -8152959 or 8493187. OLE color: 8493187.

HSL color Cylindrical-coordinate representation of color #839881: hue angle of 114.78º 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 #839881 is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.40.

Color convert

RGB131152129-
CMYK0.1400.150.40
HSL114.78º10.04%55.1%-
HSV(B)114.78º15.13%59.61%-
XYZ24.5528.8725.05-
YUV143.1120.04119.37-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.80%
GREEN value IS 152 (59.77% from 255) = 36.89%
BLUE value IS 129 (50.78% from 255) = 31.31%
R=31.80%
G=36.89%
B=31.31%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1311521290.1400.150.40114.7810.0455.1
Hex839881E0F2873a37
Octal20323020116017501631267
Binary10000011100110001000000111100111110100011100111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839881; }

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

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

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

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

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

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

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

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