Html Css Color HEX #829F5E Asparagus

📋 copy color: '#829F5E'

red 130 ◦ green 159 ◦ blue 94

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

Shades of Asparagus #829F5E

Tints of Asparagus #829F5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 24.54%

R = 33.94%
G = 41.51%
B = 24.54%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.41

 K value IS 0.38

RGB Variations

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

Color information

#829F5E (or 0x829F5E) is known color: Asparagus. HEX triplet: 82, 9F and 5E. RGB value is (130,159,94). Sum of RGB (Red+Green+Blue) = 130+159+94=383 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.94% from 383); Green value is 159 (62.5% from 255 or 41.51% from 383); Blue value is 94 (37.11% from 255 or 24.54% from 383); Max value from RGB is 159 - color contains mainly: green. Hex color #829F5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829F5E is #7D60A1. Grayscale: #8F8F8F. Windows color (decimal): -8216738 or 6201218. OLE color: 6201218.

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

Color convert

RGB 130 159 94 -
CMYK 0.18 0 0.41 0.38
HSL 86.77º 0.26% 0.5% -
HSV(B) 86.77º 0.41% 0.62% -
XYZ 23.62 30.35 15.2 -
YUV 142.92 100.39 118.79 -
System Red Green Blue C M Y K H S L
Decimal 130 159 94 0.18 0 0.41 0.38 86.77 0.26 0.5
Hex 82 9F 5E 12 0 29 26 57 1A 32
Octal 202 237 136 22 0 51 46 127 32 62
Binary 10000010 10011111 1011110 10010 0 101001 100110 1010111 11010 110010

Color Harmonies of #829F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829F5E

Black with #829F5E

Text Example


Text Example

White with #829F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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