Html Css Color HEX #829F60 Asparagus

📋 copy color: '#829F60'

red 130 ◦ green 159 ◦ blue 96

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

Shades of Asparagus #829F60

Tints of Asparagus #829F60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 24.94%

R = 33.77%
G = 41.3%
B = 24.94%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.40

 K value IS 0.38

RGB Variations

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

Color information

#829F60 (or 0x829F60) is known color: Asparagus. HEX triplet: 82, 9F and 60. RGB value is (130,159,96). Sum of RGB (Red+Green+Blue) = 130+159+96=385 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.77% from 385); Green value is 159 (62.5% from 255 or 41.30% from 385); Blue value is 96 (37.89% from 255 or 24.94% from 385); Max value from RGB is 159 - color contains mainly: green. Hex color #829F60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829F60 is #7D609F. Grayscale: #8F8F8F. Windows color (decimal): -8216736 or 6332290. OLE color: 6332290.

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

Color convert

RGB 130 159 96 -
CMYK 0.18 0 0.40 0.38
HSL 87.62º 0.25% 0.5% -
HSV(B) 87.62º 0.4% 0.62% -
XYZ 23.72 30.39 15.68 -
YUV 143.15 101.39 118.62 -
System Red Green Blue C M Y K H S L
Decimal 130 159 96 0.18 0 0.40 0.38 87.62 0.25 0.5
Hex 82 9F 60 12 0 28 26 58 19 32
Octal 202 237 140 22 0 50 46 130 31 62
Binary 10000010 10011111 1100000 10010 0 101000 100110 1011000 11001 110010

Color Harmonies of #829F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829F60

Black with #829F60

Text Example


Text Example

White with #829F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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