#82B11B

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

Shades of Lima #82B11B

Tints of Lima #82B11B

Color information

#82B11B (or 0x82B11B) is unknown color: approx Lima. HEX triplet: 82, B1 and 1B. RGB value is (130,177,27). Sum of RGB (Red+Green+Blue) = 130+177+27=334 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.92% from 334); Green value is 177 (69.53% from 255 or 52.99% from 334); Blue value is 27 (10.94% from 255 or 8.08% from 334); Max value from RGB is 177 - color contains mainly: green. Hex color #82B11B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82B11B is #7D4EE4. Grayscale: #929292. Windows color (decimal): -8212197 or 1814914. OLE color: 1814914.

HSL color Cylindrical-coordinate representation of color #82B11B: hue angle of 78.8º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #82B11B is Cyan = 0.27, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB13017727-
CMYK0.2700.850.31
HSL78.8º73.53%40%-
HSV(B)78.8º84.75%69.41%-
XYZ25.1336.276.71-
YUV145.8560.93116.7-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.92%
GREEN value IS 177 (69.53% from 255) = 52.99%
BLUE value IS 27 (10.94% from 255) = 8.08%
R=38.92%
G=52.99%
B=8.08%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal130177270.2700.850.3178.873.5340
Hex82B11B1B0551F4f4a28
Octal202261333301253711711250
Binary10000010101100011101111011010101011111110011111001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B11B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,177,27); }

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

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

 a { background-color: rgb(130,177,27); }

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

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

 span { border-color: rgb(130,177,27); }

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