#819B5D

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

Shades of Asparagus #819B5D

Tints of Asparagus #819B5D

Color information

#819B5D (or 0x819B5D) is unknown color: approx Asparagus. HEX triplet: 81, 9B and 5D. RGB value is (129,155,93). Sum of RGB (Red+Green+Blue) = 129+155+93=377 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.22% from 377); Green value is 155 (60.94% from 255 or 41.11% from 377); Blue value is 93 (36.72% from 255 or 24.67% from 377); Max value from RGB is 155 - color contains mainly: green. Hex color #819B5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #819B5D is #7E64A2. Grayscale: #8C8C8C. Windows color (decimal): -8283299 or 6134657. OLE color: 6134657.

HSL color Cylindrical-coordinate representation of color #819B5D: hue angle of 85.16º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #819B5D is Cyan = 0.17, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.39.

Color convert

RGB12915593-
CMYK0.1700.40.39
HSL85.16º25%48.63%-
HSV(B)85.16º40%60.78%-
XYZ22.7528.914.74-
YUV140.16101.39120.04-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.22%
GREEN value IS 155 (60.94% from 255) = 41.11%
BLUE value IS 93 (36.72% from 255) = 24.67%
R=34.22%
G=41.11%
B=24.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal129155930.1700.40.3985.162548.63
Hex819B5D1102827551931
Octal20123313521050471253161
Binary10000001100110111011101100010101000100111101010111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819B5D; }

 p { color: rgb(129,155,93); }

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

<style>
 a { background-color: #819B5D; }

 a { background-color: rgb(129,155,93); }

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

<style>
 span { border-color: #819B5D; }

 span { border-color: rgb(129,155,93); }

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