#83A416

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

Shades of Lima #83A416

Tints of Lima #83A416

Color information

#83A416 (or 0x83A416) is unknown color: approx Lima. HEX triplet: 83, A4 and 16. RGB value is (131,164,22). Sum of RGB (Red+Green+Blue) = 131+164+22=317 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.32% from 317); Green value is 164 (64.45% from 255 or 51.74% from 317); Blue value is 22 (8.98% from 255 or 6.94% from 317); Max value from RGB is 164 - color contains mainly: green. Hex color #83A416 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83A416 is #7C5BE9. Grayscale: #8A8A8A. Windows color (decimal): -8149994 or 1483907. OLE color: 1483907.

HSL color Cylindrical-coordinate representation of color #83A416: hue angle of 73.94º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #83A416 is Cyan = 0.20, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB13116422-
CMYK0.2000.870.36
HSL73.94º76.34%36.47%-
HSV(B)73.94º86.59%64.31%-
XYZ22.7831.435.63-
YUV137.9562.57123.05-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 41.32%
GREEN value IS 164 (64.45% from 255) = 51.74%
BLUE value IS 22 (8.98% from 255) = 6.94%
R=41.32%
G=51.74%
B=6.94%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal131164220.2000.870.3673.9476.3436.47
Hex83A41614057244a4c24
Octal203244262401274411211444
Binary100000111010010010110101000101011110010010010101001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,164,22); }

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

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

 a { background-color: rgb(131,164,22); }

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

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

 span { border-color: rgb(131,164,22); }

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