Html Css Color HEX #82A664 Asparagus

📋 copy color: '#82A664'

red 130 ◦ green 166 ◦ blue 100

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

Shades of Asparagus #82A664

Tints of Asparagus #82A664

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.92%

 BLUE value IS 100 (39.45% from 255) = 25.25%

R = 32.83%
G = 41.92%
B = 25.25%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#82A664 (or 0x82A664) is known color: Asparagus. HEX triplet: 82, A6 and 64. RGB value is (130,166,100). Sum of RGB (Red+Green+Blue) = 130+166+100=396 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.83% from 396); Green value is 166 (65.23% from 255 or 41.92% from 396); Blue value is 100 (39.45% from 255 or 25.25% from 396); Max value from RGB is 166 - color contains mainly: green. Hex color #82A664 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A664 is #7D599B. Grayscale: #939393. Windows color (decimal): -8214940 or 6596226. OLE color: 6596226.

HSL color Cylindrical-coordinate representation of color #82A664: hue angle of 92.73º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #82A664 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB 130 166 100 -
CMYK 0.22 0 0.40 0.35
HSL 92.73º 0.27% 0.52% -
HSV(B) 92.73º 0.4% 0.65% -
XYZ 25.14 32.94 17.09 -
YUV 147.71 101.07 115.37 -
System Red Green Blue C M Y K H S L
Decimal 130 166 100 0.22 0 0.40 0.35 92.73 0.27 0.52
Hex 82 A6 64 16 0 28 23 5D 1B 34
Octal 202 246 144 26 0 50 43 135 33 64
Binary 10000010 10100110 1100100 10110 0 101000 100011 1011101 11011 110100

Color Harmonies of #82A664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A664

Black with #82A664

Text Example


Text Example

White with #82A664

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,166,100); }

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

background-color css

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

 a { background-color: rgb(130,166,100); }

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

border-color css

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

 span { border-color: rgb(130,166,100); }

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