#83A764

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

Shades of Asparagus #83A764

Tints of Asparagus #83A764

Color information

#83A764 (or 0x83A764) is unknown color: approx Asparagus. HEX triplet: 83, A7 and 64. RGB value is (131,167,100). Sum of RGB (Red+Green+Blue) = 131+167+100=398 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.91% from 398); Green value is 167 (65.62% from 255 or 41.96% from 398); Blue value is 100 (39.45% from 255 or 25.13% from 398); Max value from RGB is 167 - color contains mainly: green. Hex color #83A764 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A764 is #7C589B. Grayscale: #949494. Windows color (decimal): -8149148 or 6596483. OLE color: 6596483.

HSL color Cylindrical-coordinate representation of color #83A764: hue angle of 92.24º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83A764 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB131167100-
CMYK0.2200.400.35
HSL92.24º27.57%52.35%-
HSV(B)92.24º40.12%65.49%-
XYZ25.4833.3817.16-
YUV148.6100.57115.45-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.91%
GREEN value IS 167 (65.62% from 255) = 41.96%
BLUE value IS 100 (39.45% from 255) = 25.13%
R=32.91%
G=41.96%
B=25.13%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1311671000.2200.400.3592.2427.5752.35
Hex83A76416028235c1c34
Octal20324714426050431343464
Binary10000011101001111100100101100101000100011101110011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,167,100); }

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

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

 a { background-color: rgb(131,167,100); }

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

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

 span { border-color: rgb(131,167,100); }

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