#819C5E

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

Shades of Asparagus #819C5E

Tints of Asparagus #819C5E

Color information

#819C5E (or 0x819C5E) is unknown color: approx Asparagus. HEX triplet: 81, 9C and 5E. RGB value is (129,156,94). Sum of RGB (Red+Green+Blue) = 129+156+94=379 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.04% from 379); Green value is 156 (61.33% from 255 or 41.16% from 379); Blue value is 94 (37.11% from 255 or 24.80% from 379); Max value from RGB is 156 - color contains mainly: green. Hex color #819C5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #819C5E is #7E63A1. Grayscale: #8D8D8D. Windows color (decimal): -8283042 or 6200449. OLE color: 6200449.

HSL color Cylindrical-coordinate representation of color #819C5E: hue angle of 86.13º 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 #819C5E is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.39.

Color convert

RGB12915694-
CMYK0.1700.400.39
HSL86.13º24.8%49.02%-
HSV(B)86.13º39.74%61.18%-
XYZ22.9629.2515.03-
YUV140.86101.55119.54-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.04%
GREEN value IS 156 (61.33% from 255) = 41.16%
BLUE value IS 94 (37.11% from 255) = 24.80%
R=34.04%
G=41.16%
B=24.80%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal129156940.1700.400.3986.1324.849.02
Hex819C5E1102827561931
Octal20123413621050471263161
Binary10000001100111001011110100010101000100111101011011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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