#83A169

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

Shades of Asparagus #83A169

Tints of Asparagus #83A169

Color information

#83A169 (or 0x83A169) is unknown color: approx Asparagus. HEX triplet: 83, A1 and 69. RGB value is (131,161,105). Sum of RGB (Red+Green+Blue) = 131+161+105=397 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.00% from 397); Green value is 161 (63.28% from 255 or 40.55% from 397); Blue value is 105 (41.41% from 255 or 26.45% from 397); Max value from RGB is 161 - color contains mainly: green. Hex color #83A169 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A169 is #7C5E96. Grayscale: #919191. Windows color (decimal): -8150679 or 6922627. OLE color: 6922627.

HSL color Cylindrical-coordinate representation of color #83A169: hue angle of 92.14º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #83A169 is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.37.

Color convert

RGB131161105-
CMYK0.1900.350.37
HSL92.14º22.95%52.16%-
HSV(B)92.14º34.78%63.14%-
XYZ24.6531.3318.11-
YUV145.65105.06117.55-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.00%
GREEN value IS 161 (63.28% from 255) = 40.55%
BLUE value IS 105 (41.41% from 255) = 26.45%
R=33.00%
G=40.55%
B=26.45%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1311611050.1900.350.3792.1422.9552.16
Hex83A16913023255c1734
Octal20324115123043451342764
Binary10000011101000011101001100110100011100101101110010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,161,105); }

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

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

 a { background-color: rgb(131,161,105); }

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

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

 span { border-color: rgb(131,161,105); }

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