Html Css Color HEX #82A213 Lima

📋 copy color: '#82A213'

red 130 ◦ green 162 ◦ blue 19

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

Shades of Lima #82A213

Tints of Lima #82A213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.11%

R = 41.8%
G = 52.09%
B = 6.11%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#82A213 (or 0x82A213) is known color: Lima. HEX triplet: 82, A2 and 13. RGB value is (130,162,19). Sum of RGB (Red+Green+Blue) = 130+162+19=311 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.80% from 311); Green value is 162 (63.67% from 255 or 52.09% from 311); Blue value is 19 (7.81% from 255 or 6.11% from 311); Max value from RGB is 162 - color contains mainly: green. Hex color #82A213 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82A213 is #7D5DEC. Grayscale: #888888. Windows color (decimal): -8216045 or 1286786. OLE color: 1286786.

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

Color convert

RGB 130 162 19 -
CMYK 0.20 0 0.88 0.36
HSL 73.43º 0.79% 0.35% -
HSV(B) 73.43º 0.88% 0.64% -
XYZ 22.24 30.63 5.36 -
YUV 136.13 61.9 123.63 -
System Red Green Blue C M Y K H S L
Decimal 130 162 19 0.20 0 0.88 0.36 73.43 0.79 0.35
Hex 82 A2 13 14 0 58 24 49 4F 23
Octal 202 242 23 24 0 130 44 111 117 43
Binary 10000010 10100010 10011 10100 0 1011000 100100 1001001 1001111 100011

Color Harmonies of #82A213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A213

Black with #82A213

Text Example


Text Example

White with #82A213

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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