#82b50c

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

Shades of Lima #82B50C

Tints of Lima #82B50C

Color information

#82B50C (or 0x82B50C) is unknown color: approx Lima. HEX triplet: 82, B5 and 0C. RGB value is (130,181,12). Sum of RGB (Red+Green+Blue) = 130+181+12=323 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.25% from 323); Green value is 181 (71.09% from 255 or 56.04% from 323); Blue value is 12 (5.08% from 255 or 3.72% from 323); Max value from RGB is 181 - color contains mainly: green. Hex color #82B50C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82B50C is #7D4AF3. Grayscale: #939393. Windows color (decimal): -8211188 or 832898. OLE color: 832898.

HSL color Cylindrical-coordinate representation of color #82B50C: hue angle of 78.11º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #82B50C is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB13018112-
CMYK0.2800.930.29
HSL78.11º87.56%37.84%-
HSV(B)78.11º93.37%70.98%-
XYZ25.837.826.29-
YUV146.4852.1116.24-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.25%
GREEN value IS 181 (71.09% from 255) = 56.04%
BLUE value IS 12 (5.08% from 255) = 3.72%
R=40.25%
G=56.04%
B=3.72%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal130181120.2800.930.2978.1187.5637.84
Hex82B5C1C05D1D4e5826
Octal202265143401353511613046
Binary1000001010110101110011100010111011110110011101011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82b50c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,181,12); }

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

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

 a { background-color: rgb(130,181,12); }

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

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

 span { border-color: rgb(130,181,12); }

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