#83B420

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

Shades of Lima #83B420

Tints of Lima #83B420

Color information

#83B420 (or 0x83B420) is unknown color: approx Lima. HEX triplet: 83, B4 and 20. RGB value is (131,180,32). Sum of RGB (Red+Green+Blue) = 131+180+32=343 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.19% from 343); Green value is 180 (70.70% from 255 or 52.48% from 343); Blue value is 32 (12.89% from 255 or 9.33% from 343); Max value from RGB is 180 - color contains mainly: green. Hex color #83B420 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83B420 is #7C4BDF. Grayscale: #959595. Windows color (decimal): -8145888 or 2143363. OLE color: 2143363.

HSL color Cylindrical-coordinate representation of color #83B420: hue angle of 79.86º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #83B420 is Cyan = 0.27, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB13118032-
CMYK0.2700.820.29
HSL79.86º69.81%41.57%-
HSV(B)79.86º82.22%70.59%-
XYZ25.9437.577.25-
YUV148.4862.27115.53-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.19%
GREEN value IS 180 (70.70% from 255) = 52.48%
BLUE value IS 32 (12.89% from 255) = 9.33%
R=38.19%
G=52.48%
B=9.33%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal131180320.2700.820.2979.8669.8141.57
Hex83B4201B0521D50462a
Octal203264403301223512010652
Binary100000111011010010000011011010100101110110100001000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83B420; }

 p { color: rgb(131,180,32); }

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

<style>
 a { background-color: #83B420; }

 a { background-color: rgb(131,180,32); }

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

<style>
 span { border-color: #83B420; }

 span { border-color: rgb(131,180,32); }

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