#82bb29

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

Shades of Lima #82BB29

Tints of Lima #82BB29

Color information

#82BB29 (or 0x82BB29) is unknown color: approx Lima. HEX triplet: 82, BB and 29. RGB value is (130,187,41). Sum of RGB (Red+Green+Blue) = 130+187+41=358 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.31% from 358); Green value is 187 (73.44% from 255 or 52.23% from 358); Blue value is 41 (16.41% from 255 or 11.45% from 358); Max value from RGB is 187 - color contains mainly: green. Hex color #82BB29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82BB29 is #7D44D6. Grayscale: #999999. Windows color (decimal): -8209623 or 2734978. OLE color: 2734978.

HSL color Cylindrical-coordinate representation of color #82BB29: hue angle of 83.42º 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 #82BB29 is Cyan = 0.30, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB13018741-
CMYK0.3000.780.27
HSL83.42º64.04%44.71%-
HSV(B)83.42º78.07%73.33%-
XYZ27.3840.458.46-
YUV153.3164.62111.37-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.31%
GREEN value IS 187 (73.44% from 255) = 52.23%
BLUE value IS 41 (16.41% from 255) = 11.45%
R=36.31%
G=52.23%
B=11.45%

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
Decimal130187410.3000.780.2783.4264.0444.71
Hex82BB291E04E1B53402d
Octal202273513601163312310055
Binary100000101011101110100111110010011101101110100111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82bb29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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