#819C5F

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

Shades of Asparagus #819C5F

Tints of Asparagus #819C5F

Color information

#819C5F (or 0x819C5F) is unknown color: approx Asparagus. HEX triplet: 81, 9C and 5F. RGB value is (129,156,95). Sum of RGB (Red+Green+Blue) = 129+156+95=380 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.95% from 380); Green value is 156 (61.33% from 255 or 41.05% from 380); Blue value is 95 (37.5% from 255 or 25% from 380); Max value from RGB is 156 - color contains mainly: green. Hex color #819C5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #819C5F is #7E63A0. Grayscale: #8D8D8D. Windows color (decimal): -8283041 or 6265985. OLE color: 6265985.

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

Color convert

RGB12915695-
CMYK0.1700.390.39
HSL86.56º24.3%49.22%-
HSV(B)86.56º39.1%61.18%-
XYZ23.0129.2715.26-
YUV140.97102.05119.46-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.95%
GREEN value IS 156 (61.33% from 255) = 41.05%
BLUE value IS 95 (37.5% from 255) = 25%
R=33.95%
G=41.05%
B=25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal129156950.1700.390.3986.5624.349.22
Hex819C5F1102727571831
Octal20123413721047471273061
Binary10000001100111001011111100010100111100111101011111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,156,95); }

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

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

 a { background-color: rgb(129,156,95); }

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

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

 span { border-color: rgb(129,156,95); }

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