#8DA292

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

Shades of Envy #8DA292

Tints of Envy #8DA292

Color information

#8DA292 (or 0x8DA292) is unknown color: approx Envy. HEX triplet: 8D, A2 and 92. RGB value is (141,162,146). Sum of RGB (Red+Green+Blue) = 141+162+146=449 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.40% from 449); Green value is 162 (63.67% from 255 or 36.08% from 449); Blue value is 146 (57.42% from 255 or 32.52% from 449); Max value from RGB is 162 - color contains mainly: green. Hex color #8DA292 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA292 is #725D6D. Grayscale: #999999. Windows color (decimal): -7495022 or 9609869. OLE color: 9609869.

HSL color Cylindrical-coordinate representation of color #8DA292: hue angle of 134.29º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8DA292 is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB141162146-
CMYK0.1300.100.36
HSL134.29º10.14%59.41%-
HSV(B)134.29º12.96%63.53%-
XYZ29.0933.5832.14-
YUV153.9123.54118.8-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.40%
GREEN value IS 162 (63.67% from 255) = 36.08%
BLUE value IS 146 (57.42% from 255) = 32.52%
R=31.40%
G=36.08%
B=32.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1411621460.1300.100.36134.2910.1459.41
Hex8DA292D0A2486a3b
Octal21524222215012442061273
Binary100011011010001010010010110101010100100100001101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,162,146); }

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

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

 a { background-color: rgb(141,162,146); }

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

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

 span { border-color: rgb(141,162,146); }

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