#84B189

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

Shades of Envy #84B189

Tints of Envy #84B189

Color information

#84B189 (or 0x84B189) is unknown color: approx Envy. HEX triplet: 84, B1 and 89. RGB value is (132,177,137). Sum of RGB (Red+Green+Blue) = 132+177+137=446 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.60% from 446); Green value is 177 (69.53% from 255 or 39.69% from 446); Blue value is 137 (53.91% from 255 or 30.72% from 446); Max value from RGB is 177 - color contains mainly: green. Hex color #84B189 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84B189 is #7B4E76. Grayscale: #9F9F9F. Windows color (decimal): -8081015 or 9023876. OLE color: 9023876.

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

Color convert

RGB132177137-
CMYK0.2500.230.31
HSL126.67º22.39%60.59%-
HSV(B)126.67º25.42%69.41%-
XYZ29.7538.1629.46-
YUV158.98115.59108.75-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.60%
GREEN value IS 177 (69.53% from 255) = 39.69%
BLUE value IS 137 (53.91% from 255) = 30.72%
R=29.60%
G=39.69%
B=30.72%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1321771370.2500.230.31126.6722.3960.59
Hex84B189190171F7f163d
Octal20426121131027371772675
Binary1000010010110001100010011100101011111111111111110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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