#84AF89

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

Shades of Envy #84AF89

Tints of Envy #84AF89

Color information

#84AF89 (or 0x84AF89) is unknown color: approx Envy. HEX triplet: 84, AF and 89. RGB value is (132,175,137). Sum of RGB (Red+Green+Blue) = 132+175+137=444 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.73% from 444); Green value is 175 (68.75% from 255 or 39.41% from 444); Blue value is 137 (53.91% from 255 or 30.86% from 444); Max value from RGB is 175 - color contains mainly: green. Hex color #84AF89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84AF89 is #7B5076. Grayscale: #9D9D9D. Windows color (decimal): -8081527 or 9023364. OLE color: 9023364.

HSL color Cylindrical-coordinate representation of color #84AF89: hue angle of 126.98º degrees, saturation: 0.21, 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 #84AF89 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB132175137-
CMYK0.2500.220.31
HSL126.98º21.18%60.2%-
HSV(B)126.98º24.57%68.63%-
XYZ29.3637.3729.33-
YUV157.81116.25109.59-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.73%
GREEN value IS 175 (68.75% from 255) = 39.41%
BLUE value IS 137 (53.91% from 255) = 30.86%
R=29.73%
G=39.41%
B=30.86%

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
Decimal1321751370.2500.220.31126.9821.1860.2
Hex84AF89190161F7f153c
Octal20425721131026371772574
Binary1000010010101111100010011100101011011111111111110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AF89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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