Html Css Color HEX #829F5C Asparagus

📋 copy color: '#829F5C'

red 130 ◦ green 159 ◦ blue 92

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

Shades of Asparagus #829F5C

Tints of Asparagus #829F5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.15%

R = 34.12%
G = 41.73%
B = 24.15%

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

#829F5C (or 0x829F5C) is known color: Asparagus. HEX triplet: 82, 9F and 5C. RGB value is (130,159,92). Sum of RGB (Red+Green+Blue) = 130+159+92=381 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.12% from 381); Green value is 159 (62.5% from 255 or 41.73% from 381); Blue value is 92 (36.33% from 255 or 24.15% from 381); Max value from RGB is 159 - color contains mainly: green. Hex color #829F5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829F5C is #7D60A3. Grayscale: #8E8E8E. Windows color (decimal): -8216740 or 6070146. OLE color: 6070146.

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

Color convert

RGB 130 159 92 -
CMYK 0.18 0 0.42 0.38
HSL 85.97º 0.27% 0.49% -
HSV(B) 85.97º 0.42% 0.62% -
XYZ 23.54 30.31 14.74 -
YUV 142.69 99.39 118.95 -
System Red Green Blue C M Y K H S L
Decimal 130 159 92 0.18 0 0.42 0.38 85.97 0.27 0.49
Hex 82 9F 5C 12 0 2A 26 56 1B 31
Octal 202 237 134 22 0 52 46 126 33 61
Binary 10000010 10011111 1011100 10010 0 101010 100110 1010110 11011 110001

Color Harmonies of #829F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829F5C

Black with #829F5C

Text Example


Text Example

White with #829F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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