#8AB592

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

Shades of Envy #8AB592

Tints of Envy #8AB592

Color information

#8AB592 (or 0x8AB592) is unknown color: approx Envy. HEX triplet: 8A, B5 and 92. RGB value is (138,181,146). Sum of RGB (Red+Green+Blue) = 138+181+146=465 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.68% from 465); Green value is 181 (71.09% from 255 or 38.92% from 465); Blue value is 146 (57.42% from 255 or 31.40% from 465); Max value from RGB is 181 - color contains mainly: green. Hex color #8AB592 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AB592 is #754A6D. Grayscale: #A4A4A4. Windows color (decimal): -7686766 or 9614730. OLE color: 9614730.

HSL color Cylindrical-coordinate representation of color #8AB592: hue angle of 131.16º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8AB592 is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB138181146-
CMYK0.2400.190.29
HSL131.16º22.51%62.55%-
HSV(B)131.16º23.76%70.98%-
XYZ32.1940.5333.32-
YUV164.15117.75109.35-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.68%
GREEN value IS 181 (71.09% from 255) = 38.92%
BLUE value IS 146 (57.42% from 255) = 31.40%
R=29.68%
G=38.92%
B=31.40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1381811460.2400.190.29131.1622.5162.55
Hex8AB592180131D83173f
Octal21226522230023352032777
Binary10001010101101011001001011000010011111011000001110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,181,146); }

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

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

 a { background-color: rgb(138,181,146); }

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

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

 span { border-color: rgb(138,181,146); }

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