#859484

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

Shades of Stack #859484

Tints of Stack #859484

Color information

#859484 (or 0x859484) is unknown color: approx Stack. HEX triplet: 85, 94 and 84. RGB value is (133,148,132). Sum of RGB (Red+Green+Blue) = 133+148+132=413 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.20% from 413); Green value is 148 (58.20% from 255 or 35.84% from 413); Blue value is 132 (51.95% from 255 or 31.96% from 413); Max value from RGB is 148 - color contains mainly: green. Hex color #859484 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859484 is #7A6B7B. Grayscale: #8D8D8D. Windows color (decimal): -8022908 or 8688773. OLE color: 8688773.

HSL color Cylindrical-coordinate representation of color #859484: hue angle of 116.25º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #859484 is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB133148132-
CMYK0.1000.110.42
HSL116.25º6.96%54.9%-
HSV(B)116.25º10.81%58.04%-
XYZ24.4327.8325.91-
YUV141.69122.53121.8-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.20%
GREEN value IS 148 (58.20% from 255) = 35.84%
BLUE value IS 132 (51.95% from 255) = 31.96%
R=32.20%
G=35.84%
B=31.96%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1331481320.1000.110.42116.256.9654.9
Hex859484A0B2A74737
Octal2052242041201352164767
Binary1000010110010100100001001010010111010101110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859484; }

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

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

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

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

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

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

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

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