Html Css Color HEX #82A617 Lima

📋 copy color: '#82A617'

red 130 ◦ green 166 ◦ blue 23

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

Shades of Lima #82A617

Tints of Lima #82A617

RGB

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

 GREEN value IS 166 (65.23% from 255) = 52.04%

 BLUE value IS 23 (9.38% from 255) = 7.21%

R = 40.75%
G = 52.04%
B = 7.21%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#82A617 (or 0x82A617) is known color: Lima. HEX triplet: 82, A6 and 17. RGB value is (130,166,23). Sum of RGB (Red+Green+Blue) = 130+166+23=319 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.75% from 319); Green value is 166 (65.23% from 255 or 52.04% from 319); Blue value is 23 (9.38% from 255 or 7.21% from 319); Max value from RGB is 166 - color contains mainly: green. Hex color #82A617 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82A617 is #7D59E8. Grayscale: #8B8B8B. Windows color (decimal): -8215017 or 1549954. OLE color: 1549954.

HSL color Cylindrical-coordinate representation of color #82A617: hue angle of 75.1º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #82A617 is Cyan = 0.22, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.35.

Color convert

RGB 130 166 23 -
CMYK 0.22 0 0.86 0.35
HSL 75.1º 0.76% 0.37% -
HSV(B) 75.1º 0.86% 0.65% -
XYZ 23 32.08 5.79 -
YUV 138.93 62.57 121.63 -
System Red Green Blue C M Y K H S L
Decimal 130 166 23 0.22 0 0.86 0.35 75.1 0.76 0.37
Hex 82 A6 17 16 0 56 23 4B 4C 25
Octal 202 246 27 26 0 126 43 113 114 45
Binary 10000010 10100110 10111 10110 0 1010110 100011 1001011 1001100 100101

Color Harmonies of #82A617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A617

Black with #82A617

Text Example


Text Example

White with #82A617

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,166,23); }

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

background-color css

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

 a { background-color: rgb(130,166,23); }

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

border-color css

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

 span { border-color: rgb(130,166,23); }

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