Html Css Color HEX #82A069 Asparagus

📋 copy color: '#82A069'

red 130 ◦ green 160 ◦ blue 105

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

Shades of Asparagus #82A069

Tints of Asparagus #82A069

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.51%

 BLUE value IS 105 (41.41% from 255) = 26.58%

R = 32.91%
G = 40.51%
B = 26.58%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#82A069 (or 0x82A069) is known color: Asparagus. HEX triplet: 82, A0 and 69. RGB value is (130,160,105). Sum of RGB (Red+Green+Blue) = 130+160+105=395 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.91% from 395); Green value is 160 (62.89% from 255 or 40.51% from 395); Blue value is 105 (41.41% from 255 or 26.58% from 395); Max value from RGB is 160 - color contains mainly: green. Hex color #82A069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A069 is #7D5F96. Grayscale: #909090. Windows color (decimal): -8216471 or 6922370. OLE color: 6922370.

HSL color Cylindrical-coordinate representation of color #82A069: hue angle of 92.73º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #82A069 is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.37.

Color convert

RGB 130 160 105 -
CMYK 0.19 0 0.34 0.37
HSL 92.73º 0.22% 0.52% -
HSV(B) 92.73º 0.34% 0.63% -
XYZ 24.33 30.91 18.05 -
YUV 144.76 105.56 117.47 -
System Red Green Blue C M Y K H S L
Decimal 130 160 105 0.19 0 0.34 0.37 92.73 0.22 0.52
Hex 82 A0 69 13 0 22 25 5D 16 34
Octal 202 240 151 23 0 42 45 135 26 64
Binary 10000010 10100000 1101001 10011 0 100010 100101 1011101 10110 110100

Color Harmonies of #82A069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A069

Black with #82A069

Text Example


Text Example

White with #82A069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82A069; }

 p { color: rgb(130,160,105); }

 H1.HeaderClassName
 {
   color: #82A069;
 }
 .AnyTagClassName
 {
   color: #82A069;
 }
</style>

background-color css

<style>
 a { background-color: #82A069; }

 a { background-color: rgb(130,160,105); }

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

border-color css

<style>
 span { border-color: #82A069; }

 span { border-color: rgb(130,160,105); }

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