#83AA67

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

Shades of Asparagus #83AA67

Tints of Asparagus #83AA67

Color information

#83AA67 (or 0x83AA67) is unknown color: approx Asparagus. HEX triplet: 83, AA and 67. RGB value is (131,170,103). Sum of RGB (Red+Green+Blue) = 131+170+103=404 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.43% from 404); Green value is 170 (66.80% from 255 or 42.08% from 404); Blue value is 103 (40.62% from 255 or 25.50% from 404); Max value from RGB is 170 - color contains mainly: green. Hex color #83AA67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83AA67 is #7C5598. Grayscale: #969696. Windows color (decimal): -8148377 or 6793859. OLE color: 6793859.

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

Color convert

RGB131170103-
CMYK0.2300.390.33
HSL94.93º28.27%53.53%-
HSV(B)94.93º39.41%66.67%-
XYZ26.1834.5518.12-
YUV150.7101.08113.95-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.43%
GREEN value IS 170 (66.80% from 255) = 42.08%
BLUE value IS 103 (40.62% from 255) = 25.50%
R=32.43%
G=42.08%
B=25.50%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1311701030.2300.390.3394.9328.2753.53
Hex83AA6717027215f1c36
Octal20325214727047411373466
Binary10000011101010101100111101110100111100001101111111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83AA67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,170,103); }

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

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

 a { background-color: rgb(131,170,103); }

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

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

 span { border-color: rgb(131,170,103); }

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