#84957B

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

Shades of Amulet #84957B

Tints of Amulet #84957B

Color information

#84957B (or 0x84957B) is unknown color: approx Amulet. HEX triplet: 84, 95 and 7B. RGB value is (132,149,123). Sum of RGB (Red+Green+Blue) = 132+149+123=404 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.67% from 404); Green value is 149 (58.59% from 255 or 36.88% from 404); Blue value is 123 (48.44% from 255 or 30.45% from 404); Max value from RGB is 149 - color contains mainly: green. Hex color #84957B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84957B is #7B6A84. Grayscale: #8D8D8D. Windows color (decimal): -8088197 or 8099204. OLE color: 8099204.

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

Color convert

RGB132149123-
CMYK0.1100.170.42
HSL99.23º10.92%53.33%-
HSV(B)99.23º17.45%58.43%-
XYZ23.8427.8322.85-
YUV140.95117.87121.61-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.67%
GREEN value IS 149 (58.59% from 255) = 36.88%
BLUE value IS 123 (48.44% from 255) = 30.45%
R=32.67%
G=36.88%
B=30.45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1321491230.1100.170.4299.2310.9253.33
Hex84957BB0112A63b35
Octal20422517313021521431365
Binary10000100100101011111011101101000110101011000111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84957B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84957B; }

 p { color: rgb(132,149,123); }

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

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

 a { background-color: rgb(132,149,123); }

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

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

 span { border-color: rgb(132,149,123); }

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