#84B08D

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

Shades of Envy #84B08D

Tints of Envy #84B08D

Color information

#84B08D (or 0x84B08D) is unknown color: approx Envy. HEX triplet: 84, B0 and 8D. RGB value is (132,176,141). Sum of RGB (Red+Green+Blue) = 132+176+141=449 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.40% from 449); Green value is 176 (69.14% from 255 or 39.20% from 449); Blue value is 141 (55.47% from 255 or 31.40% from 449); Max value from RGB is 176 - color contains mainly: green. Hex color #84B08D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84B08D is #7B4F72. Grayscale: #9E9E9E. Windows color (decimal): -8081267 or 9285764. OLE color: 9285764.

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

Color convert

RGB132176141-
CMYK0.2500.200.31
HSL132.27º21.78%60.39%-
HSV(B)132.27º25%69.02%-
XYZ29.8537.8830.94-
YUV158.85117.92108.85-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.40%
GREEN value IS 176 (69.14% from 255) = 39.20%
BLUE value IS 141 (55.47% from 255) = 31.40%
R=29.40%
G=39.20%
B=31.40%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1321761410.2500.200.31132.2721.7860.39
Hex84B08D190141F84163c
Octal20426021531024372042674
Binary10000100101100001000110111001010100111111000010010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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