Html Css Color HEX #829D5D Asparagus

📋 copy color: '#829D5D'

red 130 ◦ green 157 ◦ blue 93

#829D5D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Asparagus #829D5D

Tints of Asparagus #829D5D

RGB

 RED value IS 130 (51.17% from 255) = 34.21%

 GREEN value IS 157 (61.72% from 255) = 41.32%

 BLUE value IS 93 (36.72% from 255) = 24.47%

R = 34.21%
G = 41.32%
B = 24.47%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.41

 K value IS 0.38

RGB Variations

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

Color information

#829D5D (or 0x829D5D) is known color: Asparagus. HEX triplet: 82, 9D and 5D. RGB value is (130,157,93). Sum of RGB (Red+Green+Blue) = 130+157+93=380 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.21% from 380); Green value is 157 (61.72% from 255 or 41.32% from 380); Blue value is 93 (36.72% from 255 or 24.47% from 380); Max value from RGB is 157 - color contains mainly: green. Hex color #829D5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829D5D is #7D62A2. Grayscale: #8D8D8D. Windows color (decimal): -8217251 or 6135170. OLE color: 6135170.

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

Color convert

RGB 130 157 93 -
CMYK 0.17 0 0.41 0.38
HSL 85.31º 0.26% 0.49% -
HSV(B) 85.31º 0.41% 0.62% -
XYZ 23.24 29.65 14.85 -
YUV 141.63 100.55 119.7 -
System Red Green Blue C M Y K H S L
Decimal 130 157 93 0.17 0 0.41 0.38 85.31 0.26 0.49
Hex 82 9D 5D 11 0 29 26 55 1A 31
Octal 202 235 135 21 0 51 46 125 32 61
Binary 10000010 10011101 1011101 10001 0 101001 100110 1010101 11010 110001

Color Harmonies of #829D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829D5D

Black with #829D5D

Text Example


Text Example

White with #829D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #829D5D;
 }
 .AnyTagClassName
 {
   color: #829D5D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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