#84B08A

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

Shades of Envy #84B08A

Tints of Envy #84B08A

Color information

#84B08A (or 0x84B08A) is unknown color: approx Envy. HEX triplet: 84, B0 and 8A. RGB value is (132,176,138). Sum of RGB (Red+Green+Blue) = 132+176+138=446 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.60% from 446); Green value is 176 (69.14% from 255 or 39.46% from 446); Blue value is 138 (54.30% from 255 or 30.94% from 446); Max value from RGB is 176 - color contains mainly: green. Hex color #84B08A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84B08A is #7B4F75. Grayscale: #9E9E9E. Windows color (decimal): -8081270 or 9089156. OLE color: 9089156.

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

Color convert

RGB132176138-
CMYK0.2500.220.31
HSL128.18º21.78%60.39%-
HSV(B)128.18º25%69.02%-
XYZ29.6337.7929.78-
YUV158.51116.42109.09-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.60%
GREEN value IS 176 (69.14% from 255) = 39.46%
BLUE value IS 138 (54.30% from 255) = 30.94%
R=29.60%
G=39.46%
B=30.94%

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
Decimal1321761380.2500.220.31128.1821.7860.39
Hex84B08A190161F80163c
Octal20426021231026372002674
Binary10000100101100001000101011001010110111111000000010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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