#84A98B

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

Shades of Envy #84A98B

Tints of Envy #84A98B

Color information

#84A98B (or 0x84A98B) is unknown color: approx Envy. HEX triplet: 84, A9 and 8B. RGB value is (132,169,139). Sum of RGB (Red+Green+Blue) = 132+169+139=440 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30% from 440); Green value is 169 (66.41% from 255 or 38.41% from 440); Blue value is 139 (54.69% from 255 or 31.59% from 440); Max value from RGB is 169 - color contains mainly: green. Hex color #84A98B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A98B is #7B5674. Grayscale: #9A9A9A. Windows color (decimal): -8083061 or 9152900. OLE color: 9152900.

HSL color Cylindrical-coordinate representation of color #84A98B: hue angle of 131.35º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #84A98B is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB132169139-
CMYK0.2200.180.34
HSL131.35º17.7%59.02%-
HSV(B)131.35º21.89%66.27%-
XYZ28.3635.1529.71-
YUV154.52119.24111.94-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30%
GREEN value IS 169 (66.41% from 255) = 38.41%
BLUE value IS 139 (54.69% from 255) = 31.59%
R=30%
G=38.41%
B=31.59%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1321691390.2200.180.34131.3517.759.02
Hex84A98B160122283123b
Octal20425121326022422032273
Binary100001001010100110001011101100100101000101000001110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,169,139); }

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

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

 a { background-color: rgb(132,169,139); }

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

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

 span { border-color: rgb(132,169,139); }

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