#84B089

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

Shades of Envy #84B089

Tints of Envy #84B089

Color information

#84B089 (or 0x84B089) is unknown color: approx Envy. HEX triplet: 84, B0 and 89. RGB value is (132,176,137). Sum of RGB (Red+Green+Blue) = 132+176+137=445 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.66% from 445); Green value is 176 (69.14% from 255 or 39.55% from 445); Blue value is 137 (53.91% from 255 or 30.79% from 445); Max value from RGB is 176 - color contains mainly: green. Hex color #84B089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84B089 is #7B4F76. Grayscale: #9E9E9E. Windows color (decimal): -8081271 or 9023620. OLE color: 9023620.

HSL color Cylindrical-coordinate representation of color #84B089: hue angle of 126.82º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #84B089 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB132176137-
CMYK0.2500.220.31
HSL126.82º21.78%60.39%-
HSV(B)126.82º25%69.02%-
XYZ29.5637.7629.4-
YUV158.4115.92109.17-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.66%
GREEN value IS 176 (69.14% from 255) = 39.55%
BLUE value IS 137 (53.91% from 255) = 30.79%
R=29.66%
G=39.55%
B=30.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1321761370.2500.220.31126.8221.7860.39
Hex84B089190161F7f163c
Octal20426021131026371772674
Binary1000010010110000100010011100101011011111111111110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,176,137); }

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

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

 a { background-color: rgb(132,176,137); }

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

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

 span { border-color: rgb(132,176,137); }

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