#848D83

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

Shades of Stack #848D83

Tints of Stack #848D83

Color information

#848D83 (or 0x848D83) is unknown color: approx Stack. HEX triplet: 84, 8D and 83. RGB value is (132,141,131). Sum of RGB (Red+Green+Blue) = 132+141+131=404 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.67% from 404); Green value is 141 (55.47% from 255 or 34.90% from 404); Blue value is 131 (51.56% from 255 or 32.43% from 404); Max value from RGB is 141 - color contains mainly: green. Hex color #848D83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848D83 is #7B727C. Grayscale: #898989. Windows color (decimal): -8090237 or 8621444. OLE color: 8621444.

HSL color Cylindrical-coordinate representation of color #848D83: hue angle of 114º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #848D83 is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.

Color convert

RGB132141131-
CMYK0.0600.070.45
HSL114º4.2%53.33%-
HSV(B)114º7.09%55.29%-
XYZ23.1425.5925.19-
YUV137.17124.52124.31-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.67%
GREEN value IS 141 (55.47% from 255) = 34.90%
BLUE value IS 131 (51.56% from 255) = 32.43%
R=32.67%
G=34.90%
B=32.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1321411310.0600.070.451144.253.33
Hex848D836072D72435
Octal20421520360755162465
Binary10000100100011011000001111001111011011110010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848D83; }

 p { color: rgb(132,141,131); }

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

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

 a { background-color: rgb(132,141,131); }

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

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

 span { border-color: rgb(132,141,131); }

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