Html Css Color HEX #82A210 Lima

📋 copy color: '#82A210'

red 130 ◦ green 162 ◦ blue 16

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

Shades of Lima #82A210

Tints of Lima #82A210

RGB

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

 GREEN value IS 162 (63.67% from 255) = 52.6%

 BLUE value IS 16 (6.64% from 255) = 5.19%

R = 42.21%
G = 52.6%
B = 5.19%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#82A210 (or 0x82A210) is known color: Lima. HEX triplet: 82, A2 and 10. RGB value is (130,162,16). Sum of RGB (Red+Green+Blue) = 130+162+16=308 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.21% from 308); Green value is 162 (63.67% from 255 or 52.60% from 308); Blue value is 16 (6.64% from 255 or 5.19% from 308); Max value from RGB is 162 - color contains mainly: green. Hex color #82A210 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82A210 is #7D5DEF. Grayscale: #888888. Windows color (decimal): -8216048 or 1090178. OLE color: 1090178.

HSL color Cylindrical-coordinate representation of color #82A210: hue angle of 73.15º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #82A210 is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 130 162 16 -
CMYK 0.20 0 0.90 0.36
HSL 73.15º 0.82% 0.35% -
HSV(B) 73.15º 0.9% 0.64% -
XYZ 22.22 30.62 5.23 -
YUV 135.79 60.4 123.87 -
System Red Green Blue C M Y K H S L
Decimal 130 162 16 0.20 0 0.90 0.36 73.15 0.82 0.35
Hex 82 A2 10 14 0 5A 24 49 52 23
Octal 202 242 20 24 0 132 44 111 122 43
Binary 10000010 10100010 10000 10100 0 1011010 100100 1001001 1010010 100011

Color Harmonies of #82A210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A210

Black with #82A210

Text Example


Text Example

White with #82A210

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,162,16); }

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

background-color css

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

 a { background-color: rgb(130,162,16); }

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

border-color css

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

 span { border-color: rgb(130,162,16); }

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