#82B90C

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

Shades of Lima #82B90C

Tints of Lima #82B90C

Color information

#82B90C (or 0x82B90C) is unknown color: approx Lima. HEX triplet: 82, B9 and 0C. RGB value is (130,185,12). Sum of RGB (Red+Green+Blue) = 130+185+12=327 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.76% from 327); Green value is 185 (72.66% from 255 or 56.57% from 327); Blue value is 12 (5.08% from 255 or 3.67% from 327); Max value from RGB is 185 - color contains mainly: green. Hex color #82B90C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82B90C is #7D46F3. Grayscale: #959595. Windows color (decimal): -8210164 or 833922. OLE color: 833922.

HSL color Cylindrical-coordinate representation of color #82B90C: hue angle of 79.08º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #82B90C is Cyan = 0.30, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB13018512-
CMYK0.3000.940.27
HSL79.08º87.82%38.63%-
HSV(B)79.08º93.51%72.55%-
XYZ26.6239.476.56-
YUV148.8350.78114.57-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.76%
GREEN value IS 185 (72.66% from 255) = 56.57%
BLUE value IS 12 (5.08% from 255) = 3.67%
R=39.76%
G=56.57%
B=3.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal130185120.3000.940.2779.0887.8238.63
Hex82B9C1E05E1B4f5827
Octal202271143601363311713047
Binary1000001010111001110011110010111101101110011111011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B90C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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