Html Css Color HEX #82AF65 Asparagus

📋 copy color: '#82AF65'

red 130 ◦ green 175 ◦ blue 101

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

Shades of Asparagus #82AF65

Tints of Asparagus #82AF65

RGB

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

 GREEN value IS 175 (68.75% from 255) = 43.1%

 BLUE value IS 101 (39.84% from 255) = 24.88%

R = 32.02%
G = 43.1%
B = 24.88%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#82AF65 (or 0x82AF65) is known color: Asparagus. HEX triplet: 82, AF and 65. RGB value is (130,175,101). Sum of RGB (Red+Green+Blue) = 130+175+101=406 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.02% from 406); Green value is 175 (68.75% from 255 or 43.10% from 406); Blue value is 101 (39.84% from 255 or 24.88% from 406); Max value from RGB is 175 - color contains mainly: green. Hex color #82AF65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AF65 is #7D509A. Grayscale: #999999. Windows color (decimal): -8212635 or 6664066. OLE color: 6664066.

HSL color Cylindrical-coordinate representation of color #82AF65: hue angle of 96.49º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82AF65 is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB 130 175 101 -
CMYK 0.26 0 0.42 0.31
HSL 96.49º 0.32% 0.54% -
HSV(B) 96.49º 0.42% 0.69% -
XYZ 26.88 36.35 17.91 -
YUV 153.11 98.59 111.52 -
System Red Green Blue C M Y K H S L
Decimal 130 175 101 0.26 0 0.42 0.31 96.49 0.32 0.54
Hex 82 AF 65 1A 0 2A 1F 60 20 36
Octal 202 257 145 32 0 52 37 140 40 66
Binary 10000010 10101111 1100101 11010 0 101010 11111 1100000 100000 110110

Color Harmonies of #82AF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AF65

Black with #82AF65

Text Example


Text Example

White with #82AF65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,175,101); }

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

background-color css

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

 a { background-color: rgb(130,175,101); }

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

border-color css

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

 span { border-color: rgb(130,175,101); }

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