#819958

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

Shades of Asparagus #819958

Tints of Asparagus #819958

Color information

#819958 (or 0x819958) is unknown color: approx Asparagus. HEX triplet: 81, 99 and 58. RGB value is (129,153,88). Sum of RGB (Red+Green+Blue) = 129+153+88=370 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.86% from 370); Green value is 153 (60.16% from 255 or 41.35% from 370); Blue value is 88 (34.77% from 255 or 23.78% from 370); Max value from RGB is 153 - color contains mainly: green. Hex color #819958 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #819958 is #7E66A7. Grayscale: #8A8A8A. Windows color (decimal): -8283816 or 5806465. OLE color: 5806465.

HSL color Cylindrical-coordinate representation of color #819958: hue angle of 82.15º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #819958 is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.4.

Color convert

RGB12915388-
CMYK0.1600.420.4
HSL82.15º26.97%47.25%-
HSV(B)82.15º42.48%60%-
XYZ22.2128.1513.5-
YUV138.4199.55121.29-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.86%
GREEN value IS 153 (60.16% from 255) = 41.35%
BLUE value IS 88 (34.77% from 255) = 23.78%
R=34.86%
G=41.35%
B=23.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal129153880.1600.420.482.1526.9747.25
Hex8199581002A28521b2f
Octal20123113020052501223357
Binary10000001100110011011000100000101010101000101001011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819958; }

 p { color: rgb(129,153,88); }

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

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

 a { background-color: rgb(129,153,88); }

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

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

 span { border-color: rgb(129,153,88); }

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