Html Css Color HEX #829B5D Asparagus

📋 copy color: '#829B5D'

red 130 ◦ green 155 ◦ blue 93

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

Shades of Asparagus #829B5D

Tints of Asparagus #829B5D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 41.01%

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

R = 34.39%
G = 41.01%
B = 24.6%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.4

 K value IS 0.39

RGB Variations

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

Color information

#829B5D (or 0x829B5D) is known color: Asparagus. HEX triplet: 82, 9B and 5D. RGB value is (130,155,93). Sum of RGB (Red+Green+Blue) = 130+155+93=378 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.39% from 378); Green value is 155 (60.94% from 255 or 41.01% from 378); Blue value is 93 (36.72% from 255 or 24.60% from 378); Max value from RGB is 155 - color contains mainly: green. Hex color #829B5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829B5D is #7D64A2. Grayscale: #8C8C8C. Windows color (decimal): -8217763 or 6134658. OLE color: 6134658.

HSL color Cylindrical-coordinate representation of color #829B5D: hue angle of 84.19º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #829B5D is Cyan = 0.16, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.39.

Color convert

RGB 130 155 93 -
CMYK 0.16 0 0.4 0.39
HSL 84.19º 0.25% 0.49% -
HSV(B) 84.19º 0.4% 0.61% -
XYZ 22.9 28.98 14.74 -
YUV 140.46 101.22 120.54 -
System Red Green Blue C M Y K H S L
Decimal 130 155 93 0.16 0 0.4 0.39 84.19 0.25 0.49
Hex 82 9B 5D 10 0 28 27 54 19 31
Octal 202 233 135 20 0 50 47 124 31 61
Binary 10000010 10011011 1011101 10000 0 101000 100111 1010100 11001 110001

Color Harmonies of #829B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829B5D

Black with #829B5D

Text Example


Text Example

White with #829B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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