#849F8B

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

Shades of Envy #849F8B

Tints of Envy #849F8B

Color information

#849F8B (or 0x849F8B) is unknown color: approx Envy. HEX triplet: 84, 9F and 8B. RGB value is (132,159,139). Sum of RGB (Red+Green+Blue) = 132+159+139=430 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.70% from 430); Green value is 159 (62.5% from 255 or 36.98% from 430); Blue value is 139 (54.69% from 255 or 32.33% from 430); Max value from RGB is 159 - color contains mainly: green. Hex color #849F8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849F8B is #7B6074. Grayscale: #949494. Windows color (decimal): -8085621 or 9150340. OLE color: 9150340.

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

Color convert

RGB132159139-
CMYK0.1700.130.38
HSL135.56º12.33%57.06%-
HSV(B)135.56º16.98%62.35%-
XYZ26.5731.5729.12-
YUV148.65122.55116.13-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.70%
GREEN value IS 159 (62.5% from 255) = 36.98%
BLUE value IS 139 (54.69% from 255) = 32.33%
R=30.70%
G=36.98%
B=32.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1321591390.1700.130.38135.5612.3357.06
Hex849F8B110D2688c39
Octal20423721321015462101471
Binary1000010010011111100010111000101101100110100010001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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