#83A768

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

Shades of Asparagus #83A768

Tints of Asparagus #83A768

Color information

#83A768 (or 0x83A768) is unknown color: approx Asparagus. HEX triplet: 83, A7 and 68. RGB value is (131,167,104). Sum of RGB (Red+Green+Blue) = 131+167+104=402 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.59% from 402); Green value is 167 (65.62% from 255 or 41.54% from 402); Blue value is 104 (41.02% from 255 or 25.87% from 402); Max value from RGB is 167 - color contains mainly: green. Hex color #83A768 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A768 is #7C5897. Grayscale: #959595. Windows color (decimal): -8149144 or 6858627. OLE color: 6858627.

HSL color Cylindrical-coordinate representation of color #83A768: hue angle of 94.29º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #83A768 is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.35.

Color convert

RGB131167104-
CMYK0.2200.380.35
HSL94.29º26.36%53.14%-
HSV(B)94.29º37.72%65.49%-
XYZ25.6833.4618.2-
YUV149.05102.57115.12-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.59%
GREEN value IS 167 (65.62% from 255) = 41.54%
BLUE value IS 104 (41.02% from 255) = 25.87%
R=32.59%
G=41.54%
B=25.87%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1311671040.2200.380.3594.2926.3653.14
Hex83A76816026235e1a35
Octal20324715026046431363265
Binary10000011101001111101000101100100110100011101111011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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