#84988B

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

Shades of Envy #84988B

Tints of Envy #84988B

Color information

#84988B (or 0x84988B) is unknown color: approx Envy. HEX triplet: 84, 98 and 8B. RGB value is (132,152,139). Sum of RGB (Red+Green+Blue) = 132+152+139=423 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.21% from 423); Green value is 152 (59.77% from 255 or 35.93% from 423); Blue value is 139 (54.69% from 255 or 32.86% from 423); Max value from RGB is 152 - color contains mainly: green. Hex color #84988B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84988B is #7B6774. Grayscale: #909090. Windows color (decimal): -8087413 or 9148548. OLE color: 9148548.

HSL color Cylindrical-coordinate representation of color #84988B: hue angle of 141º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #84988B is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB132152139-
CMYK0.1300.090.40
HSL141º8.85%55.69%-
HSV(B)141º13.16%59.61%-
XYZ25.429.2328.73-
YUV144.54124.87119.06-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.21%
GREEN value IS 152 (59.77% from 255) = 35.93%
BLUE value IS 139 (54.69% from 255) = 32.86%
R=31.21%
G=35.93%
B=32.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1321521390.1300.090.401418.8555.69
Hex84988BD09288d938
Octal20423021315011502151170
Binary100001001001100010001011110101001101000100011011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84988B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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