#849D88

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

Shades of Envy #849D88

Tints of Envy #849D88

Color information

#849D88 (or 0x849D88) is unknown color: approx Envy. HEX triplet: 84, 9D and 88. RGB value is (132,157,136). Sum of RGB (Red+Green+Blue) = 132+157+136=425 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.06% from 425); Green value is 157 (61.72% from 255 or 36.94% from 425); Blue value is 136 (53.52% from 255 or 32% from 425); Max value from RGB is 157 - color contains mainly: green. Hex color #849D88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849D88 is #7B6277. Grayscale: #939393. Windows color (decimal): -8086136 or 8953220. OLE color: 8953220.

HSL color Cylindrical-coordinate representation of color #849D88: hue angle of 129.6º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #849D88 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB132157136-
CMYK0.1600.130.38
HSL129.6º11.31%56.67%-
HSV(B)129.6º15.92%61.57%-
XYZ26.0230.827.87-
YUV147.13121.72117.21-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.06%
GREEN value IS 157 (61.72% from 255) = 36.94%
BLUE value IS 136 (53.52% from 255) = 32%
R=31.06%
G=36.94%
B=32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1321571360.1600.130.38129.611.3156.67
Hex849D88100D2682b39
Octal20423521020015462021371
Binary1000010010011101100010001000001101100110100000101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849D88; }

 p { color: rgb(132,157,136); }

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

<style>
 a { background-color: #849D88; }

 a { background-color: rgb(132,157,136); }

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

<style>
 span { border-color: #849D88; }

 span { border-color: rgb(132,157,136); }

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