Html Css Color HEX #829F5D Asparagus

📋 copy color: '#829F5D'

red 130 ◦ green 159 ◦ blue 93

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

Shades of Asparagus #829F5D

Tints of Asparagus #829F5D

RGB

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

 GREEN value IS 159 (62.5% from 255) = 41.62%

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

R = 34.03%
G = 41.62%
B = 24.35%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.42

 K value IS 0.38

RGB Variations

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

Color information

#829F5D (or 0x829F5D) is known color: Asparagus. HEX triplet: 82, 9F and 5D. RGB value is (130,159,93). Sum of RGB (Red+Green+Blue) = 130+159+93=382 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.03% from 382); Green value is 159 (62.5% from 255 or 41.62% from 382); Blue value is 93 (36.72% from 255 or 24.35% from 382); Max value from RGB is 159 - color contains mainly: green. Hex color #829F5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829F5D is #7D60A2. Grayscale: #8F8F8F. Windows color (decimal): -8216739 or 6135682. OLE color: 6135682.

HSL color Cylindrical-coordinate representation of color #829F5D: hue angle of 86.36º degrees, saturation: 0.26, 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 #829F5D is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.

Color convert

RGB 130 159 93 -
CMYK 0.18 0 0.42 0.38
HSL 86.36º 0.26% 0.49% -
HSV(B) 86.36º 0.42% 0.62% -
XYZ 23.58 30.33 14.97 -
YUV 142.81 99.89 118.87 -
System Red Green Blue C M Y K H S L
Decimal 130 159 93 0.18 0 0.42 0.38 86.36 0.26 0.49
Hex 82 9F 5D 12 0 2A 26 56 1A 31
Octal 202 237 135 22 0 52 46 126 32 61
Binary 10000010 10011111 1011101 10010 0 101010 100110 1010110 11010 110001

Color Harmonies of #829F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829F5D

Black with #829F5D

Text Example


Text Example

White with #829F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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