#82B409

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

Shades of Lima #82B409

Tints of Lima #82B409

Color information

#82B409 (or 0x82B409) is unknown color: approx Lima. HEX triplet: 82, B4 and 09. RGB value is (130,180,9). Sum of RGB (Red+Green+Blue) = 130+180+9=319 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.75% from 319); Green value is 180 (70.70% from 255 or 56.43% from 319); Blue value is 9 (3.91% from 255 or 2.82% from 319); Max value from RGB is 180 - color contains mainly: green. Hex color #82B409 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82B409 is #7D4BF6. Grayscale: #929292. Windows color (decimal): -8211447 or 636034. OLE color: 636034.

HSL color Cylindrical-coordinate representation of color #82B409: hue angle of 77.54º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #82B409 is Cyan = 0.28, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.29.

Color convert

RGB1301809-
CMYK0.2800.950.29
HSL77.54º90.48%37.06%-
HSV(B)77.54º95%70.59%-
XYZ25.5837.416.13-
YUV145.5650.94116.9-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.75%
GREEN value IS 180 (70.70% from 255) = 56.43%
BLUE value IS 9 (3.91% from 255) = 2.82%
R=40.75%
G=56.43%
B=2.82%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal13018090.2800.950.2977.5490.4837.06
Hex82B491C05F1D4e5a25
Octal202264113401373511613245
Binary1000001010110100100111100010111111110110011101011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,180,9); }

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

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

 a { background-color: rgb(130,180,9); }

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

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

 span { border-color: rgb(130,180,9); }

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