#83AB81

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

Shades of Envy #83AB81

Tints of Envy #83AB81

Color information

#83AB81 (or 0x83AB81) is unknown color: approx Envy. HEX triplet: 83, AB and 81. RGB value is (131,171,129). Sum of RGB (Red+Green+Blue) = 131+171+129=431 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.39% from 431); Green value is 171 (67.19% from 255 or 39.68% from 431); Blue value is 129 (50.78% from 255 or 29.93% from 431); Max value from RGB is 171 - color contains mainly: green. Hex color #83AB81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83AB81 is #7C547E. Grayscale: #9A9A9A. Windows color (decimal): -8148095 or 8498051. OLE color: 8498051.

HSL color Cylindrical-coordinate representation of color #83AB81: hue angle of 117.14º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #83AB81 is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB131171129-
CMYK0.2300.250.33
HSL117.14º20%58.82%-
HSV(B)117.14º24.56%67.06%-
XYZ27.8935.5426.16-
YUV154.25113.75111.42-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.39%
GREEN value IS 171 (67.19% from 255) = 39.68%
BLUE value IS 129 (50.78% from 255) = 29.93%
R=30.39%
G=39.68%
B=29.93%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1311711290.2300.250.33117.142058.82
Hex83AB81170192175143b
Octal20325320127031411652473
Binary10000011101010111000000110111011001100001111010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83AB81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83AB81; }

 p { color: rgb(131,171,129); }

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

<style>
 a { background-color: #83AB81; }

 a { background-color: rgb(131,171,129); }

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

<style>
 span { border-color: #83AB81; }

 span { border-color: rgb(131,171,129); }

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