Html Css Color HEX #82A168 Asparagus

📋 copy color: '#82A168'

red 130 ◦ green 161 ◦ blue 104

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

Shades of Asparagus #82A168

Tints of Asparagus #82A168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 26.33%

R = 32.91%
G = 40.76%
B = 26.33%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.35

 K value IS 0.37

RGB Variations

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

Color information

#82A168 (or 0x82A168) is known color: Asparagus. HEX triplet: 82, A1 and 68. RGB value is (130,161,104). Sum of RGB (Red+Green+Blue) = 130+161+104=395 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.91% from 395); Green value is 161 (63.28% from 255 or 40.76% from 395); Blue value is 104 (41.02% from 255 or 26.33% from 395); Max value from RGB is 161 - color contains mainly: green. Hex color #82A168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A168 is #7D5E97. Grayscale: #919191. Windows color (decimal): -8216216 or 6857090. OLE color: 6857090.

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

Color convert

RGB 130 161 104 -
CMYK 0.19 0 0.35 0.37
HSL 92.63º 0.23% 0.52% -
HSV(B) 92.63º 0.35% 0.63% -
XYZ 24.45 31.24 17.84 -
YUV 145.23 104.73 117.13 -
System Red Green Blue C M Y K H S L
Decimal 130 161 104 0.19 0 0.35 0.37 92.63 0.23 0.52
Hex 82 A1 68 13 0 23 25 5D 17 34
Octal 202 241 150 23 0 43 45 135 27 64
Binary 10000010 10100001 1101000 10011 0 100011 100101 1011101 10111 110100

Color Harmonies of #82A168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A168

Black with #82A168

Text Example


Text Example

White with #82A168

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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