#84A48B

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

Shades of Envy #84A48B

Tints of Envy #84A48B

Color information

#84A48B (or 0x84A48B) is unknown color: approx Envy. HEX triplet: 84, A4 and 8B. RGB value is (132,164,139). Sum of RGB (Red+Green+Blue) = 132+164+139=435 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.34% from 435); Green value is 164 (64.45% from 255 or 37.70% from 435); Blue value is 139 (54.69% from 255 or 31.95% from 435); Max value from RGB is 164 - color contains mainly: green. Hex color #84A48B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A48B is #7B5B74. Grayscale: #979797. Windows color (decimal): -8084341 or 9151620. OLE color: 9151620.

HSL color Cylindrical-coordinate representation of color #84A48B: hue angle of 133.12º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #84A48B is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB132164139-
CMYK0.2000.150.36
HSL133.12º14.95%58.04%-
HSV(B)133.12º19.51%64.31%-
XYZ27.4533.3229.41-
YUV151.58120.9114.03-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.34%
GREEN value IS 164 (64.45% from 255) = 37.70%
BLUE value IS 139 (54.69% from 255) = 31.95%
R=30.34%
G=37.70%
B=31.95%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1321641390.2000.150.36133.1214.9558.04
Hex84A48B140F2485f3a
Octal20424421324017442051772
Binary1000010010100100100010111010001111100100100001011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84A48B; }

 p { color: rgb(132,164,139); }

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

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

 a { background-color: rgb(132,164,139); }

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

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

 span { border-color: rgb(132,164,139); }

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