#83A485

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

Shades of Envy #83A485

Tints of Envy #83A485

Color information

#83A485 (or 0x83A485) is unknown color: approx Envy. HEX triplet: 83, A4 and 85. RGB value is (131,164,133). Sum of RGB (Red+Green+Blue) = 131+164+133=428 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.61% from 428); Green value is 164 (64.45% from 255 or 38.32% from 428); Blue value is 133 (52.34% from 255 or 31.07% from 428); Max value from RGB is 164 - color contains mainly: green. Hex color #83A485 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83A485 is #7C5B7A. Grayscale: #969696. Windows color (decimal): -8149883 or 8758403. OLE color: 8758403.

HSL color Cylindrical-coordinate representation of color #83A485: hue angle of 123.64º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #83A485 is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB131164133-
CMYK0.2000.190.36
HSL123.64º15.35%57.84%-
HSV(B)123.64º20.12%64.31%-
XYZ26.8733.0727.16-
YUV150.6118.07114.02-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.61%
GREEN value IS 164 (64.45% from 255) = 38.32%
BLUE value IS 133 (52.34% from 255) = 31.07%
R=30.61%
G=38.32%
B=31.07%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1311641330.2000.190.36123.6415.3557.84
Hex83A48514013247cf3a
Octal20324420524023441741772
Binary1000001110100100100001011010001001110010011111001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,164,133); }

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

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

 a { background-color: rgb(131,164,133); }

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

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

 span { border-color: rgb(131,164,133); }

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