#82BB1B

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

Shades of Lima #82BB1B

Tints of Lima #82BB1B

Color information

#82BB1B (or 0x82BB1B) is unknown color: approx Lima. HEX triplet: 82, BB and 1B. RGB value is (130,187,27). Sum of RGB (Red+Green+Blue) = 130+187+27=344 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.79% from 344); Green value is 187 (73.44% from 255 or 54.36% from 344); Blue value is 27 (10.94% from 255 or 7.85% from 344); Max value from RGB is 187 - color contains mainly: green. Hex color #82BB1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82BB1B is #7D44E4. Grayscale: #989898. Windows color (decimal): -8209637 or 1817474. OLE color: 1817474.

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

Color convert

RGB13018727-
CMYK0.3000.860.27
HSL81.38º74.77%41.96%-
HSV(B)81.38º85.56%73.33%-
XYZ27.1740.377.4-
YUV151.7257.62112.51-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.79%
GREEN value IS 187 (73.44% from 255) = 54.36%
BLUE value IS 27 (10.94% from 255) = 7.85%
R=37.79%
G=54.36%
B=7.85%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal130187270.3000.860.2781.3874.7741.96
Hex82BB1B1E0561B514b2a
Octal202273333601263312111352
Binary10000010101110111101111110010101101101110100011001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BB1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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