Html Css Color HEX #82A366 Asparagus

📋 copy color: '#82A366'

red 130 ◦ green 163 ◦ blue 102

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

Shades of Asparagus #82A366

Tints of Asparagus #82A366

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.27%

 BLUE value IS 102 (40.23% from 255) = 25.82%

R = 32.91%
G = 41.27%
B = 25.82%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#82A366 (or 0x82A366) is known color: Asparagus. HEX triplet: 82, A3 and 66. RGB value is (130,163,102). Sum of RGB (Red+Green+Blue) = 130+163+102=395 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.91% from 395); Green value is 163 (64.06% from 255 or 41.27% from 395); Blue value is 102 (40.23% from 255 or 25.82% from 395); Max value from RGB is 163 - color contains mainly: green. Hex color #82A366 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A366 is #7D5C99. Grayscale: #929292. Windows color (decimal): -8215706 or 6726530. OLE color: 6726530.

HSL color Cylindrical-coordinate representation of color #82A366: hue angle of 92.46º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #82A366 is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB 130 163 102 -
CMYK 0.20 0 0.37 0.36
HSL 92.46º 0.25% 0.52% -
HSV(B) 92.46º 0.37% 0.64% -
XYZ 24.7 31.9 17.43 -
YUV 146.18 103.07 116.46 -
System Red Green Blue C M Y K H S L
Decimal 130 163 102 0.20 0 0.37 0.36 92.46 0.25 0.52
Hex 82 A3 66 14 0 25 24 5C 19 34
Octal 202 243 146 24 0 45 44 134 31 64
Binary 10000010 10100011 1100110 10100 0 100101 100100 1011100 11001 110100

Color Harmonies of #82A366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A366

Black with #82A366

Text Example


Text Example

White with #82A366

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,163,102); }

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

background-color css

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

 a { background-color: rgb(130,163,102); }

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

border-color css

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

 span { border-color: rgb(130,163,102); }

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