Html Css Color HEX #82A163 Asparagus

📋 copy color: '#82A163'

red 130 ◦ green 161 ◦ blue 99

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

Shades of Asparagus #82A163

Tints of Asparagus #82A163

RGB

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

 GREEN value IS 161 (63.28% from 255) = 41.28%

 BLUE value IS 99 (39.06% from 255) = 25.38%

R = 33.33%
G = 41.28%
B = 25.38%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#82A163 (or 0x82A163) is known color: Asparagus. HEX triplet: 82, A1 and 63. RGB value is (130,161,99). Sum of RGB (Red+Green+Blue) = 130+161+99=390 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.33% from 390); Green value is 161 (63.28% from 255 or 41.28% from 390); Blue value is 99 (39.06% from 255 or 25.38% from 390); Max value from RGB is 161 - color contains mainly: green. Hex color #82A163 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A163 is #7D5E9C. Grayscale: #909090. Windows color (decimal): -8216221 or 6529410. OLE color: 6529410.

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

Color convert

RGB 130 161 99 -
CMYK 0.19 0 0.39 0.37
HSL 90º 0.25% 0.51% -
HSV(B) 90º 0.39% 0.63% -
XYZ 24.2 31.14 16.54 -
YUV 144.66 102.23 117.54 -
System Red Green Blue C M Y K H S L
Decimal 130 161 99 0.19 0 0.39 0.37 90 0.25 0.51
Hex 82 A1 63 13 0 27 25 5A 19 33
Octal 202 241 143 23 0 47 45 132 31 63
Binary 10000010 10100001 1100011 10011 0 100111 100101 1011010 11001 110011

Color Harmonies of #82A163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A163

Black with #82A163

Text Example


Text Example

White with #82A163

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,161,99); }

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

background-color css

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

 a { background-color: rgb(130,161,99); }

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

border-color css

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

 span { border-color: rgb(130,161,99); }

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