Html Css Color HEX #82A966 Asparagus

📋 copy color: '#82A966'

red 130 ◦ green 169 ◦ blue 102

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

Shades of Asparagus #82A966

Tints of Asparagus #82A966

RGB

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

 GREEN value IS 169 (66.41% from 255) = 42.14%

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

R = 32.42%
G = 42.14%
B = 25.44%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.40

 K value IS 0.34

RGB Variations

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

Color information

#82A966 (or 0x82A966) is known color: Asparagus. HEX triplet: 82, A9 and 66. RGB value is (130,169,102). Sum of RGB (Red+Green+Blue) = 130+169+102=401 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.42% from 401); Green value is 169 (66.41% from 255 or 42.14% from 401); Blue value is 102 (40.23% from 255 or 25.44% from 401); Max value from RGB is 169 - color contains mainly: green. Hex color #82A966 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A966 is #7D5699. Grayscale: #959595. Windows color (decimal): -8214170 or 6728066. OLE color: 6728066.

HSL color Cylindrical-coordinate representation of color #82A966: hue angle of 94.93º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #82A966 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB 130 169 102 -
CMYK 0.23 0 0.40 0.34
HSL 94.93º 0.28% 0.53% -
HSV(B) 94.93º 0.4% 0.66% -
XYZ 25.79 34.08 17.79 -
YUV 149.7 101.08 113.95 -
System Red Green Blue C M Y K H S L
Decimal 130 169 102 0.23 0 0.40 0.34 94.93 0.28 0.53
Hex 82 A9 66 17 0 28 22 5F 1C 35
Octal 202 251 146 27 0 50 42 137 34 65
Binary 10000010 10101001 1100110 10111 0 101000 100010 1011111 11100 110101

Color Harmonies of #82A966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A966

Black with #82A966

Text Example


Text Example

White with #82A966

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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