#85938A

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

Shades of Envy #85938A

Tints of Envy #85938A

Color information

#85938A (or 0x85938A) is unknown color: approx Envy. HEX triplet: 85, 93 and 8A. RGB value is (133,147,138). Sum of RGB (Red+Green+Blue) = 133+147+138=418 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.82% from 418); Green value is 147 (57.81% from 255 or 35.17% from 418); Blue value is 138 (54.30% from 255 or 33.01% from 418); Max value from RGB is 147 - color contains mainly: green. Hex color #85938A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85938A is #7A6C75. Grayscale: #8D8D8D. Windows color (decimal): -8023158 or 9081733. OLE color: 9081733.

HSL color Cylindrical-coordinate representation of color #85938A: hue angle of 141.43º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #85938A is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB133147138-
CMYK0.1000.060.42
HSL141.43º6.09%54.9%-
HSV(B)141.43º9.52%57.65%-
XYZ24.6927.6928.09-
YUV141.79125.86121.73-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.82%
GREEN value IS 147 (57.81% from 255) = 35.17%
BLUE value IS 138 (54.30% from 255) = 33.01%
R=31.82%
G=35.17%
B=33.01%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1331471380.1000.060.42141.436.0954.9
Hex85938AA062A8d637
Octal205223212120652215667
Binary1000010110010011100010101010011010101010001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85938A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85938A; }

 p { color: rgb(133,147,138); }

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

<style>
 a { background-color: #85938A; }

 a { background-color: rgb(133,147,138); }

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

<style>
 span { border-color: #85938A; }

 span { border-color: rgb(133,147,138); }

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