#82A213

Color #82A213 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #82A213

Tints of Lima #82A213

Color information

#82A213 (or 0x82A213) is unknown color: approx 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

RGB13016219-
CMYK0.2000.880.36
HSL73.43º79.01%35.49%-
HSV(B)73.43º88.27%63.53%-
XYZ22.2430.635.36-
YUV136.1361.9123.63-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.80%
GREEN value IS 162 (63.67% from 255) = 52.09%
BLUE value IS 19 (7.81% from 255) = 6.11%
R=41.80%
G=52.09%
B=6.11%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal130162190.2000.880.3673.4379.0135.49
Hex82A2131405824494f23
Octal202242232401304411111743
Binary100000101010001010011101000101100010010010010011001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>