#829D5B

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

Shades of Asparagus #829D5B

Tints of Asparagus #829D5B

Color information

#829D5B (or 0x829D5B) is unknown color: approx Asparagus. HEX triplet: 82, 9D and 5B. RGB value is (130,157,91). Sum of RGB (Red+Green+Blue) = 130+157+91=378 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.39% from 378); Green value is 157 (61.72% from 255 or 41.53% from 378); Blue value is 91 (35.94% from 255 or 24.07% from 378); Max value from RGB is 157 - color contains mainly: green. Hex color #829D5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829D5B is #7D62A4. Grayscale: #8D8D8D. Windows color (decimal): -8217253 or 6004098. OLE color: 6004098.

HSL color Cylindrical-coordinate representation of color #829D5B: hue angle of 84.55º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #829D5B is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.

Color convert

RGB13015791-
CMYK0.1700.420.38
HSL84.55º26.61%48.63%-
HSV(B)84.55º42.04%61.57%-
XYZ23.1529.6214.39-
YUV141.499.55119.87-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.39%
GREEN value IS 157 (61.72% from 255) = 41.53%
BLUE value IS 91 (35.94% from 255) = 24.07%
R=34.39%
G=41.53%
B=24.07%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal130157910.1700.420.3884.5526.6148.63
Hex829D5B1102A26551b31
Octal20223513321052461253361
Binary10000010100111011011011100010101010100110101010111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829D5B; }

 p { color: rgb(130,157,91); }

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

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

 a { background-color: rgb(130,157,91); }

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

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

 span { border-color: rgb(130,157,91); }

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