#82A40B

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

Shades of Lima #82A40B

Tints of Lima #82A40B

Color information

#82A40B (or 0x82A40B) is unknown color: approx Lima. HEX triplet: 82, A4 and 0B. RGB value is (130,164,11). Sum of RGB (Red+Green+Blue) = 130+164+11=305 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.62% from 305); Green value is 164 (64.45% from 255 or 53.77% from 305); Blue value is 11 (4.69% from 255 or 3.61% from 305); Max value from RGB is 164 - color contains mainly: green. Hex color #82A40B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82A40B is #7D5BF4. Grayscale: #888888. Windows color (decimal): -8215541 or 763010. OLE color: 763010.

HSL color Cylindrical-coordinate representation of color #82A40B: hue angle of 73.33º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #82A40B is Cyan = 0.21, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB13016411-
CMYK0.2100.930.36
HSL73.33º87.43%34.31%-
HSV(B)73.33º93.29%64.31%-
XYZ22.5431.325.17-
YUV136.3957.24123.44-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.62%
GREEN value IS 164 (64.45% from 255) = 53.77%
BLUE value IS 11 (4.69% from 255) = 3.61%
R=42.62%
G=53.77%
B=3.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal130164110.2100.930.3673.3387.4334.31
Hex82A4B1505D24495722
Octal202244132501354411112742
Binary10000010101001001011101010101110110010010010011010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A40B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,164,11); }

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

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

 a { background-color: rgb(130,164,11); }

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

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

 span { border-color: rgb(130,164,11); }

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