#82A615

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

Shades of Lima #82A615

Tints of Lima #82A615

Color information

#82A615 (or 0x82A615) is unknown color: approx Lima. HEX triplet: 82, A6 and 15. RGB value is (130,166,21). Sum of RGB (Red+Green+Blue) = 130+166+21=317 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.01% from 317); Green value is 166 (65.23% from 255 or 52.37% from 317); Blue value is 21 (8.59% from 255 or 6.62% from 317); Max value from RGB is 166 - color contains mainly: green. Hex color #82A615 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82A615 is #7D59EA. Grayscale: #8B8B8B. Windows color (decimal): -8215019 or 1418882. OLE color: 1418882.

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

Color convert

RGB13016621-
CMYK0.2200.870.35
HSL74.9º77.54%36.67%-
HSV(B)74.9º87.35%65.1%-
XYZ22.9832.075.69-
YUV138.7161.57121.79-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.01%
GREEN value IS 166 (65.23% from 255) = 52.37%
BLUE value IS 21 (8.59% from 255) = 6.62%
R=41.01%
G=52.37%
B=6.62%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal130166210.2200.870.3574.977.5436.67
Hex82A61516057234b4e25
Octal202246252601274311311645
Binary100000101010011010101101100101011110001110010111001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #82A615;
 }
 .AnyTagClassName
 {
   color: #82A615;
 }
</style>
background-color css

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

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

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

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

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

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