#82BA29

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

Shades of Lima #82BA29

Tints of Lima #82BA29

Color information

#82BA29 (or 0x82BA29) is unknown color: approx Lima. HEX triplet: 82, BA and 29. RGB value is (130,186,41). Sum of RGB (Red+Green+Blue) = 130+186+41=357 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.41% from 357); Green value is 186 (73.05% from 255 or 52.10% from 357); Blue value is 41 (16.41% from 255 or 11.48% from 357); Max value from RGB is 186 - color contains mainly: green. Hex color #82BA29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82BA29 is #7D45D6. Grayscale: #999999. Windows color (decimal): -8209879 or 2734722. OLE color: 2734722.

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

Color convert

RGB13018641-
CMYK0.3000.780.27
HSL83.17º63.88%44.51%-
HSV(B)83.17º77.96%72.94%-
XYZ27.1740.028.39-
YUV152.7364.95111.79-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.41%
GREEN value IS 186 (73.05% from 255) = 52.10%
BLUE value IS 41 (16.41% from 255) = 11.48%
R=36.41%
G=52.10%
B=11.48%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal130186410.3000.780.2783.1763.8844.51
Hex82BA291E04E1B53402d
Octal202272513601163312310055
Binary100000101011101010100111110010011101101110100111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BA29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,186,41); }

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

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

 a { background-color: rgb(130,186,41); }

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

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

 span { border-color: rgb(130,186,41); }

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