#8DA893

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

Shades of Envy #8DA893

Tints of Envy #8DA893

Color information

#8DA893 (or 0x8DA893) is unknown color: approx Envy. HEX triplet: 8D, A8 and 93. RGB value is (141,168,147). Sum of RGB (Red+Green+Blue) = 141+168+147=456 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.92% from 456); Green value is 168 (66.02% from 255 or 36.84% from 456); Blue value is 147 (57.81% from 255 or 32.24% from 456); Max value from RGB is 168 - color contains mainly: green. Hex color #8DA893 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA893 is #72576C. Grayscale: #9D9D9D. Windows color (decimal): -7493485 or 9676941. OLE color: 9676941.

HSL color Cylindrical-coordinate representation of color #8DA893: hue angle of 133.33º degrees, saturation: 0.13, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8DA893 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.34.

Color convert

RGB141168147-
CMYK0.1600.130.34
HSL133.33º13.43%60.59%-
HSV(B)133.33º16.07%65.88%-
XYZ30.2535.7732.91-
YUV157.53122.05116.21-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.92%
GREEN value IS 168 (66.02% from 255) = 36.84%
BLUE value IS 147 (57.81% from 255) = 32.24%
R=30.92%
G=36.84%
B=32.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1411681470.1600.130.34133.3313.4360.59
Hex8DA893100D2285d3d
Octal21525022320015422051575
Binary1000110110101000100100111000001101100010100001011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DA893; }

 p { color: rgb(141,168,147); }

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

<style>
 a { background-color: #8DA893; }

 a { background-color: rgb(141,168,147); }

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

<style>
 span { border-color: #8DA893; }

 span { border-color: rgb(141,168,147); }

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